Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tp-m committed Apr 10, 2019
1 parent 670481b commit 1064022
Show file tree
Hide file tree
Showing 132 changed files with 449 additions and 259 deletions.
80 changes: 80 additions & 0 deletions docs/plugins/gst-plugins-bad-plugins.args
Original file line number Diff line number Diff line change
Expand Up @@ -67220,6 +67220,16 @@ Gestures in the defined region of interest will emit messages.</BLURB>
<DEFAULT>FALSE</DEFAULT>
</ARG>

<ARG>
<NAME>GstRtpOnvifTimestamp::set-t-bit</NAME>
<TYPE>gboolean</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>Set 'T' bit</NICK>
<BLURB>If the element should set the 'T' bit as defined in the ONVIF RTP extension. This increases latency by one packet.</BLURB>
<DEFAULT>FALSE</DEFAULT>
</ARG>

<ARG>
<NAME>GstDecklinkVideoSrc::buffer-size</NAME>
<TYPE>guint</TYPE>
Expand Down Expand Up @@ -67340,6 +67350,16 @@ Gestures in the defined region of interest will emit messages.</BLURB>
<DEFAULT>FALSE</DEFAULT>
</ARG>

<ARG>
<NAME>GstDecklinkVideoSrc::duplex-mode</NAME>
<TYPE>GstDecklinkDuplexMode</TYPE>
<RANGE></RANGE>
<FLAGS>rwx</FLAGS>
<NICK>Duplex mode</NICK>
<BLURB>Certain DeckLink devices such as the DeckLink Quad 2 and the DeckLink Duo 2 support configuration of the duplex mode of individual sub-devices.A sub-device configured as full-duplex will use two connectors, which allows simultaneous capture and playback, internal keying, and fill & key scenarios.A half-duplex sub-device will use a single connector as an individual capture or playback channel.</BLURB>
<DEFAULT>Half-Duplex</DEFAULT>
</ARG>

<ARG>
<NAME>GstDecklinkVideoSink::device-number</NAME>
<TYPE>gint</TYPE>
Expand Down Expand Up @@ -67420,6 +67440,16 @@ Gestures in the defined region of interest will emit messages.</BLURB>
<DEFAULT>0</DEFAULT>
</ARG>

<ARG>
<NAME>GstDecklinkVideoSink::duplex-mode</NAME>
<TYPE>GstDecklinkDuplexMode</TYPE>
<RANGE></RANGE>
<FLAGS>rwx</FLAGS>
<NICK>Duplex mode</NICK>
<BLURB>Certain DeckLink devices such as the DeckLink Quad 2 and the DeckLink Duo 2 support configuration of the duplex mode of individual sub-devices.A sub-device configured as full-duplex will use two connectors, which allows simultaneous capture and playback, internal keying, and fill & key scenarios.A half-duplex sub-device will use a single connector as an individual capture or playback channel.</BLURB>
<DEFAULT>Half-Duplex</DEFAULT>
</ARG>

<ARG>
<NAME>GstDecklinkAudioSrc::alignment-threshold</NAME>
<TYPE>guint64</TYPE>
Expand Down Expand Up @@ -73762,3 +73792,53 @@ this will override closed caption stream specified font style/pen size.</BLURB>
<DEFAULT>"srt://127.0.0.1:7001"</DEFAULT>
</ARG>

<ARG>
<NAME>GstSctpEnc::remote-sctp-port</NAME>
<TYPE>guint</TYPE>
<RANGE><= 65535</RANGE>
<FLAGS>rw</FLAGS>
<NICK>Remote SCTP port</NICK>
<BLURB>Sctp remote sctp port for the sctp association. The local port is configured via the GstSctpDec element.</BLURB>
<DEFAULT>0</DEFAULT>
</ARG>

<ARG>
<NAME>GstSctpEnc::sctp-association-id</NAME>
<TYPE>guint</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>SCTP Association ID</NICK>
<BLURB>Every encoder/decoder pair should have the same, unique, sctp-association-id. This value must be set before any pads are requested.</BLURB>
<DEFAULT>1</DEFAULT>
</ARG>

<ARG>
<NAME>GstSctpEnc::use-sock-stream</NAME>
<TYPE>gboolean</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<NICK>Use sock-stream</NICK>
<BLURB>When set to TRUE, a sequenced, reliable, connection-based connection is used.When TRUE the partial reliability parameters of the channel are ignored.</BLURB>
<DEFAULT>FALSE</DEFAULT>
</ARG>

<ARG>
<NAME>GstSctpDec::local-sctp-port</NAME>
<TYPE>guint</TYPE>
<RANGE><= 65535</RANGE>
<FLAGS>rw</FLAGS>
<NICK>Local SCTP port</NICK>
<BLURB>Local sctp port for the sctp association. The remote port is configured via the GstSctpEnc element.</BLURB>
<DEFAULT>0</DEFAULT>
</ARG>

<ARG>
<NAME>GstSctpDec::sctp-association-id</NAME>
<TYPE>guint</TYPE>
<RANGE><= 65535</RANGE>
<FLAGS>rw</FLAGS>
<NICK>SCTP Association ID</NICK>
<BLURB>Every encoder/decoder pair should have the same, unique, sctp-association-id. This value must be set before any pads are requested.</BLURB>
<DEFAULT>1</DEFAULT>
</ARG>

5 changes: 3 additions & 2 deletions docs/plugins/gst-plugins-bad-plugins.hierarchy
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ GObject
GstSquare
GstLcms
GstLine21Decoder
GstLine21Encoder
GstOpencvVideoFilter
GstCameraCalibrate
GstCameraUndistort
Expand Down Expand Up @@ -286,14 +287,14 @@ GObject
GstRtpOnvifParse
GstRtpOnvifTimestamp
GstSFDec
GstSctpDec
GstSctpEnc
GstSegmentClip
GstAudioSegmentClip
GstVideoSegmentClip
GstSpanPlc
GstSpeed
GstSrtEnc
GstSrtpDec
GstSrtpEnc
GstTagMux
GstId3Mux
GstTeletextDec
Expand Down
1 change: 1 addition & 0 deletions docs/plugins/gst-plugins-bad-plugins.interfaces
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ GstVideoParse GstChildProxy
GstViewfinderBin GstChildProxy
GstVoAacEnc GstPreset
GstVoAmrWbEnc GstPreset
GstVulkanSink GstVideoOverlay
GstWaylandSink GstVideoOverlay GstWaylandVideo
GstWebRTCBin GstChildProxy
GstWebpEnc GstPreset
Expand Down
32 changes: 32 additions & 0 deletions docs/plugins/gst-plugins-bad-plugins.signals
Original file line number Diff line number Diff line change
Expand Up @@ -866,6 +866,14 @@ GstWebRTCBin *gstwebrtcbin
GstWebRTCRTPTransceiver *arg1
</SIGNAL>

<SIGNAL>
<NAME>GstWebRTCBin::get-transceiver</NAME>
<RETURNS>GstWebRTCRTPTransceiver*</RETURNS>
<FLAGS>la</FLAGS>
GstWebRTCBin *gstwebrtcbin
gint arg1
</SIGNAL>

<SIGNAL>
<NAME>GstSRTSrc::caller-added</NAME>
<RETURNS>void</RETURNS>
Expand Down Expand Up @@ -902,3 +910,27 @@ gint arg1
GSocketAddress *arg2
</SIGNAL>

<SIGNAL>
<NAME>GstSctpEnc::bytes-sent</NAME>
<RETURNS>guint64</RETURNS>
<FLAGS>la</FLAGS>
GstSctpEnc *gstsctpenc
guint arg1
</SIGNAL>

<SIGNAL>
<NAME>GstSctpEnc::sctp-association-established</NAME>
<RETURNS>void</RETURNS>
<FLAGS>l</FLAGS>
GstSctpEnc *gstsctpenc
gboolean arg1
</SIGNAL>

<SIGNAL>
<NAME>GstSctpDec::reset-stream</NAME>
<RETURNS>void</RETURNS>
<FLAGS>la</FLAGS>
GstSctpDec *gstsctpdec
guint arg1
</SIGNAL>

4 changes: 2 additions & 2 deletions docs/plugins/inspect/plugin-accurip.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<description>Computes an AccurateRip CRC</description>
<filename>../../gst/accurip/.libs/libgstaccurip.so</filename>
<basename>libgstaccurip.so</basename>
<version>1.15.2.1</version>
<version>1.15.90</version>
<license>LGPL</license>
<source>gst-plugins-bad</source>
<package>GStreamer Bad Plug-ins git</package>
<package>GStreamer Bad Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>
Expand Down
4 changes: 2 additions & 2 deletions docs/plugins/inspect/plugin-adpcmdec.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<description>ADPCM decoder</description>
<filename>../../gst/adpcmdec/.libs/libgstadpcmdec.so</filename>
<basename>libgstadpcmdec.so</basename>
<version>1.15.2.1</version>
<version>1.15.90</version>
<license>LGPL</license>
<source>gst-plugins-bad</source>
<package>GStreamer Bad Plug-ins git</package>
<package>GStreamer Bad Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>
Expand Down
4 changes: 2 additions & 2 deletions docs/plugins/inspect/plugin-adpcmenc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<description>ADPCM encoder</description>
<filename>../../gst/adpcmenc/.libs/libgstadpcmenc.so</filename>
<basename>libgstadpcmenc.so</basename>
<version>1.15.2.1</version>
<version>1.15.90</version>
<license>LGPL</license>
<source>gst-plugins-bad</source>
<package>GStreamer Bad Plug-ins git</package>
<package>GStreamer Bad Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>
Expand Down
4 changes: 2 additions & 2 deletions docs/plugins/inspect/plugin-aiff.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<description>Create and parse Audio Interchange File Format (AIFF) files</description>
<filename>../../gst/aiff/.libs/libgstaiff.so</filename>
<basename>libgstaiff.so</basename>
<version>1.15.2.1</version>
<version>1.15.90</version>
<license>LGPL</license>
<source>gst-plugins-bad</source>
<package>GStreamer Bad Plug-ins git</package>
<package>GStreamer Bad Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>
Expand Down
4 changes: 2 additions & 2 deletions docs/plugins/inspect/plugin-asfmux.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<description>ASF Muxer Plugin</description>
<filename>../../gst/asfmux/.libs/libgstasfmux.so</filename>
<basename>libgstasfmux.so</basename>
<version>1.15.2.1</version>
<version>1.15.90</version>
<license>LGPL</license>
<source>gst-plugins-bad</source>
<package>GStreamer Bad Plug-ins git</package>
<package>GStreamer Bad Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>
Expand Down
8 changes: 4 additions & 4 deletions docs/plugins/inspect/plugin-assrender.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<description>ASS/SSA subtitle renderer</description>
<filename>../../ext/assrender/.libs/libgstassrender.so</filename>
<basename>libgstassrender.so</basename>
<version>1.15.2.1</version>
<version>1.15.90</version>
<license>LGPL</license>
<source>gst-plugins-bad</source>
<package>GStreamer Bad Plug-ins git</package>
<package>GStreamer Bad Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>
Expand All @@ -26,13 +26,13 @@
<name>video_sink</name>
<direction>sink</direction>
<presence>always</presence>
<details>video/x-raw, format=(string){ BGRx, RGBx, xRGB, xBGR, RGBA, BGRA, ARGB, ABGR, RGB, BGR, I420, YV12, AYUV, YUY2, UYVY, v308, Y41B, Y42B, Y444, NV12, NV21, A420, YUV9, YVU9, IYU1, GRAY8 }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw(ANY), format=(string){ I420, YV12, YUY2, UYVY, AYUV, RGBx, BGRx, xRGB, xBGR, RGBA, BGRA, ARGB, ABGR, RGB, BGR, Y41B, Y42B, YVYU, Y444, v210, v216, Y210, Y410, NV12, NV21, GRAY8, GRAY16_BE, GRAY16_LE, v308, RGB16, BGR16, RGB15, BGR15, UYVP, A420, RGB8P, YUV9, YVU9, IYU1, ARGB64, AYUV64, r210, I420_10BE, I420_10LE, I422_10BE, I422_10LE, Y444_10BE, Y444_10LE, GBR, GBR_10BE, GBR_10LE, NV16, NV24, NV12_64Z32, A420_10BE, A420_10LE, A422_10BE, A422_10LE, A444_10BE, A444_10LE, NV61, P010_10BE, P010_10LE, IYU2, VYUY, GBRA, GBRA_10BE, GBRA_10LE, GBR_12BE, GBR_12LE, GBRA_12BE, GBRA_12LE, I420_12BE, I420_12LE, I422_12BE, I422_12LE, Y444_12BE, Y444_12LE, GRAY10_LE32, NV12_10LE32, NV16_10LE32, NV12_10LE40 }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
<details>video/x-raw, format=(string){ BGRx, RGBx, xRGB, xBGR, RGBA, BGRA, ARGB, ABGR, RGB, BGR, I420, YV12, AYUV, YUY2, UYVY, v308, Y41B, Y42B, Y444, NV12, NV21, A420, YUV9, YVU9, IYU1, GRAY8 }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw(ANY), format=(string){ I420, YV12, YUY2, UYVY, AYUV, VUYA, RGBx, BGRx, xRGB, xBGR, RGBA, BGRA, ARGB, ABGR, RGB, BGR, Y41B, Y42B, YVYU, Y444, v210, v216, Y210, Y410, NV12, NV21, GRAY8, GRAY16_BE, GRAY16_LE, v308, RGB16, BGR16, RGB15, BGR15, UYVP, A420, RGB8P, YUV9, YVU9, IYU1, ARGB64, AYUV64, r210, I420_10BE, I420_10LE, I422_10BE, I422_10LE, Y444_10BE, Y444_10LE, GBR, GBR_10BE, GBR_10LE, NV16, NV24, NV12_64Z32, A420_10BE, A420_10LE, A422_10BE, A422_10LE, A444_10BE, A444_10LE, NV61, P010_10BE, P010_10LE, IYU2, VYUY, GBRA, GBRA_10BE, GBRA_10LE, BGR10A2_LE, GBR_12BE, GBR_12LE, GBRA_12BE, GBRA_12LE, I420_12BE, I420_12LE, I422_12BE, I422_12LE, Y444_12BE, Y444_12LE, GRAY10_LE32, NV12_10LE32, NV16_10LE32, NV12_10LE40 }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
</caps>
<caps>
<name>src</name>
<direction>source</direction>
<presence>always</presence>
<details>video/x-raw, format=(string){ BGRx, RGBx, xRGB, xBGR, RGBA, BGRA, ARGB, ABGR, RGB, BGR, I420, YV12, AYUV, YUY2, UYVY, v308, Y41B, Y42B, Y444, NV12, NV21, A420, YUV9, YVU9, IYU1, GRAY8 }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw(ANY), format=(string){ I420, YV12, YUY2, UYVY, AYUV, RGBx, BGRx, xRGB, xBGR, RGBA, BGRA, ARGB, ABGR, RGB, BGR, Y41B, Y42B, YVYU, Y444, v210, v216, Y210, Y410, NV12, NV21, GRAY8, GRAY16_BE, GRAY16_LE, v308, RGB16, BGR16, RGB15, BGR15, UYVP, A420, RGB8P, YUV9, YVU9, IYU1, ARGB64, AYUV64, r210, I420_10BE, I420_10LE, I422_10BE, I422_10LE, Y444_10BE, Y444_10LE, GBR, GBR_10BE, GBR_10LE, NV16, NV24, NV12_64Z32, A420_10BE, A420_10LE, A422_10BE, A422_10LE, A444_10BE, A444_10LE, NV61, P010_10BE, P010_10LE, IYU2, VYUY, GBRA, GBRA_10BE, GBRA_10LE, GBR_12BE, GBR_12LE, GBRA_12BE, GBRA_12LE, I420_12BE, I420_12LE, I422_12BE, I422_12LE, Y444_12BE, Y444_12LE, GRAY10_LE32, NV12_10LE32, NV16_10LE32, NV12_10LE40 }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
<details>video/x-raw, format=(string){ BGRx, RGBx, xRGB, xBGR, RGBA, BGRA, ARGB, ABGR, RGB, BGR, I420, YV12, AYUV, YUY2, UYVY, v308, Y41B, Y42B, Y444, NV12, NV21, A420, YUV9, YVU9, IYU1, GRAY8 }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw(ANY), format=(string){ I420, YV12, YUY2, UYVY, AYUV, VUYA, RGBx, BGRx, xRGB, xBGR, RGBA, BGRA, ARGB, ABGR, RGB, BGR, Y41B, Y42B, YVYU, Y444, v210, v216, Y210, Y410, NV12, NV21, GRAY8, GRAY16_BE, GRAY16_LE, v308, RGB16, BGR16, RGB15, BGR15, UYVP, A420, RGB8P, YUV9, YVU9, IYU1, ARGB64, AYUV64, r210, I420_10BE, I420_10LE, I422_10BE, I422_10LE, Y444_10BE, Y444_10LE, GBR, GBR_10BE, GBR_10LE, NV16, NV24, NV12_64Z32, A420_10BE, A420_10LE, A422_10BE, A422_10LE, A444_10BE, A444_10LE, NV61, P010_10BE, P010_10LE, IYU2, VYUY, GBRA, GBRA_10BE, GBRA_10LE, BGR10A2_LE, GBR_12BE, GBR_12LE, GBRA_12BE, GBRA_12LE, I420_12BE, I420_12LE, I422_12BE, I422_12LE, Y444_12BE, Y444_12LE, GRAY10_LE32, NV12_10LE32, NV16_10LE32, NV12_10LE40 }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details>
</caps>
</pads>
</element>
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/inspect/plugin-audiobuffersplit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<description>Audio buffer splitter</description>
<filename>../../gst/audiobuffersplit/.libs/libgstaudiobuffersplit.so</filename>
<basename>libgstaudiobuffersplit.so</basename>
<version>1.15.2.1</version>
<version>1.15.90</version>
<license>LGPL</license>
<source>gst-plugins-bad</source>
<package>GStreamer Bad Plug-ins</package>
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/inspect/plugin-audiofxbad.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<description>Audio filters from gst-plugins-bad</description>
<filename>../../gst/audiofxbad/.libs/libgstaudiofxbad.so</filename>
<basename>libgstaudiofxbad.so</basename>
<version>1.15.2.1</version>
<version>1.15.90</version>
<license>LGPL</license>
<source>gst-plugins-bad</source>
<package>GStreamer Bad Plug-ins</package>
Expand Down
4 changes: 2 additions & 2 deletions docs/plugins/inspect/plugin-audiolatency.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<description>A plugin to measure audio latency</description>
<filename>../../gst/audiolatency/.libs/libgstaudiolatency.so</filename>
<basename>libgstaudiolatency.so</basename>
<version>1.15.2.1</version>
<version>1.15.90</version>
<license>LGPL</license>
<source>gst-plugins-bad</source>
<package>GStreamer Bad Plug-ins git</package>
<package>GStreamer Bad Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>
Expand Down
4 changes: 2 additions & 2 deletions docs/plugins/inspect/plugin-audiomixmatrix.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<description>Audio matrix mix</description>
<filename>../../gst/audiomixmatrix/.libs/libgstaudiomixmatrix.so</filename>
<basename>libgstaudiomixmatrix.so</basename>
<version>1.15.2.1</version>
<version>1.15.90</version>
<license>LGPL</license>
<source>gst-plugins-bad</source>
<package>GStreamer Bad Plug-ins git</package>
<package>GStreamer Bad Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>
Expand Down
4 changes: 2 additions & 2 deletions docs/plugins/inspect/plugin-audiovisualizers.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<description>Creates video visualizations of audio input</description>
<filename>../../gst/audiovisualizers/.libs/libgstaudiovisualizers.so</filename>
<basename>libgstaudiovisualizers.so</basename>
<version>1.15.2.1</version>
<version>1.15.90</version>
<license>LGPL</license>
<source>gst-plugins-bad</source>
<package>GStreamer Bad Plug-ins git</package>
<package>GStreamer Bad Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>
Expand Down
4 changes: 2 additions & 2 deletions docs/plugins/inspect/plugin-autoconvert.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<description>Selects convertor element based on caps</description>
<filename>../../gst/autoconvert/.libs/libgstautoconvert.so</filename>
<basename>libgstautoconvert.so</basename>
<version>1.15.2.1</version>
<version>1.15.90</version>
<license>LGPL</license>
<source>gst-plugins-bad</source>
<package>GStreamer Bad Plug-ins git</package>
<package>GStreamer Bad Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>
Expand Down
4 changes: 2 additions & 2 deletions docs/plugins/inspect/plugin-bayer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<description>Elements to convert Bayer images</description>
<filename>../../gst/bayer/.libs/libgstbayer.so</filename>
<basename>libgstbayer.so</basename>
<version>1.15.2.1</version>
<version>1.15.90</version>
<license>LGPL</license>
<source>gst-plugins-bad</source>
<package>GStreamer Bad Plug-ins git</package>
<package>GStreamer Bad Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>
Expand Down
4 changes: 2 additions & 2 deletions docs/plugins/inspect/plugin-bluez.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<description>Bluez-based bluetooth support</description>
<filename>../../sys/bluez/.libs/libgstbluez.so</filename>
<basename>libgstbluez.so</basename>
<version>1.15.2.1</version>
<version>1.15.90</version>
<license>LGPL</license>
<source>gst-plugins-bad</source>
<package>GStreamer Bad Plug-ins git</package>
<package>GStreamer Bad Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>
Expand Down
4 changes: 2 additions & 2 deletions docs/plugins/inspect/plugin-bs2b.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<description>Improve headphone listening of stereo audio recordsusing the bs2b library.</description>
<filename>../../ext/bs2b/.libs/libgstbs2b.so</filename>
<basename>libgstbs2b.so</basename>
<version>1.15.2.1</version>
<version>1.15.90</version>
<license>LGPL</license>
<source>gst-plugins-bad</source>
<package>GStreamer Bad Plug-ins git</package>
<package>GStreamer Bad Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>
Expand Down
4 changes: 2 additions & 2 deletions docs/plugins/inspect/plugin-bz2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<description>Compress or decompress streams</description>
<filename>../../ext/bz2/.libs/libgstbz2.so</filename>
<basename>libgstbz2.so</basename>
<version>1.15.2.1</version>
<version>1.15.90</version>
<license>LGPL</license>
<source>gst-plugins-bad</source>
<package>GStreamer Bad Plug-ins git</package>
<package>GStreamer Bad Plug-ins source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>
Expand Down
Loading

0 comments on commit 1064022

Please sign in to comment.