diff options
author | Nicolas Dufresne <nicolas.dufresne@collabora.com> | 2017-03-04 11:03:53 -0500 |
---|---|---|
committer | Nicolas Dufresne <nicolas.dufresne@collabora.com> | 2017-03-08 20:04:23 -0500 |
commit | eb2dae8fd6aea04673fdd5b0fdf05e4e2ce1c2ee (patch) | |
tree | c12398b7b4c51a34471b0ada4a954dd55a16b9e9 /docs | |
parent | 9b5c46ca571261aa90254ebf77243e1a7b30345d (diff) | |
download | gstreamer-plugins-bad-eb2dae8fd6aea04673fdd5b0fdf05e4e2ce1c2ee.tar.gz |
Rename plugin filesnames to match plugin names
- libgstgtksink.so -> libgstgtk.so
- libgstteletextdec.so -> libgstteletex.so
- libgstcamerabin2.so -> libgstcamerabin.so
- libgstonvif.so -> libgstrtponvif.so (meson only)
- sdp -> sdpelem (avoid clash with libgstsdp)
- gstsiren -> siren
- libgstkmssink.so -> libgstkms.so
https://bugzilla.gnome.org/show_bug.cgi?id=779344
Diffstat (limited to 'docs')
-rw-r--r-- | docs/plugins/inspect/plugin-gtk.xml | 43 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-sdpelem.xml (renamed from docs/plugins/inspect/plugin-sdp.xml) | 6 |
2 files changed, 46 insertions, 3 deletions
diff --git a/docs/plugins/inspect/plugin-gtk.xml b/docs/plugins/inspect/plugin-gtk.xml new file mode 100644 index 000000000..3822e8b35 --- /dev/null +++ b/docs/plugins/inspect/plugin-gtk.xml @@ -0,0 +1,43 @@ +<plugin> + <name>gtk</name> + <description>Gtk+ sink</description> + <filename>../../ext/gtk/.libs/libgstgtk.so</filename> + <basename>libgstgtk.so</basename> + <version>1.11.2.1</version> + <license>LGPL</license> + <source>gst-plugins-bad</source> + <package>GStreamer Bad Plug-ins git</package> + <origin>Unknown package origin</origin> + <elements> + <element> + <name>gtkglsink</name> + <longname>Gtk GL Video Sink</longname> + <class>Sink/Video</class> + <description>A video sink that renders to a GtkWidget using OpenGL</description> + <author>Matthew Waters <matthew@centricular.com></author> + <pads> + <caps> + <name>sink</name> + <direction>sink</direction> + <presence>always</presence> + <details>video/x-raw(memory:GLMemory), format=(string)RGBA, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]; video/x-raw(memory:GLMemory, meta:GstVideoOverlayComposition), format=(string)RGBA, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details> + </caps> + </pads> + </element> + <element> + <name>gtksink</name> + <longname>Gtk Video Sink</longname> + <class>Sink/Video</class> + <description>A video sink that renders to a GtkWidget</description> + <author>Matthew Waters <matthew@centricular.com></author> + <pads> + <caps> + <name>sink</name> + <direction>sink</direction> + <presence>always</presence> + <details>video/x-raw, format=(string){ BGRx, BGRA }, width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details> + </caps> + </pads> + </element> + </elements> +</plugin>
\ No newline at end of file diff --git a/docs/plugins/inspect/plugin-sdp.xml b/docs/plugins/inspect/plugin-sdpelem.xml index 0d6135c88..d9e968305 100644 --- a/docs/plugins/inspect/plugin-sdp.xml +++ b/docs/plugins/inspect/plugin-sdpelem.xml @@ -1,12 +1,12 @@ <plugin> - <name>sdp</name> + <name>sdpelem</name> <description>configure streaming sessions using SDP</description> <filename>../../gst/sdp/.libs/libgstsdpelem.so</filename> <basename>libgstsdpelem.so</basename> - <version>1.11.2</version> + <version>1.11.2.1</version> <license>LGPL</license> <source>gst-plugins-bad</source> - <package>GStreamer Bad Plug-ins source release</package> + <package>GStreamer Bad Plug-ins git</package> <origin>Unknown package origin</origin> <elements> <element> |