summaryrefslogtreecommitdiff
path: root/gst/siren
diff options
context:
space:
mode:
authorNicolas Dufresne <nicolas.dufresne@collabora.com>2017-03-04 11:03:53 -0500
committerNicolas Dufresne <nicolas.dufresne@collabora.com>2017-03-08 20:04:23 -0500
commiteb2dae8fd6aea04673fdd5b0fdf05e4e2ce1c2ee (patch)
treec12398b7b4c51a34471b0ada4a954dd55a16b9e9 /gst/siren
parent9b5c46ca571261aa90254ebf77243e1a7b30345d (diff)
downloadgstreamer-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 'gst/siren')
-rw-r--r--gst/siren/gstsiren.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/siren/gstsiren.c b/gst/siren/gstsiren.c
index 4678cdfbb..6fde346dc 100644
--- a/gst/siren/gstsiren.c
+++ b/gst/siren/gstsiren.c
@@ -42,6 +42,6 @@ plugin_init (GstPlugin * plugin)
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
- gstsiren,
+ siren,
"Siren encoder/decoder/payloader/depayloader plugins",
plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)