Rename plugin filenames to match plugin names
authorNicolas Dufresne <nicolas.dufresne@collabora.com>
Sat, 4 Mar 2017 16:09:33 +0000 (11:09 -0500)
committerNicolas Dufresne <nicolas.dufresne@collabora.com>
Thu, 9 Mar 2017 01:04:25 +0000 (20:04 -0500)
libgstrmdemux.so becomes libgstrealmedia.so

https://bugzilla.gnome.org/show_bug.cgi?id=779344

docs/plugins/inspect/plugin-realmedia.xml
gst/realmedia/Makefile.am
gst/realmedia/meson.build

index dc198e1..e1840d7 100644 (file)
@@ -1,12 +1,12 @@
 <plugin>
   <name>realmedia</name>
   <description>RealMedia support plugins</description>
-  <filename>../../gst/realmedia/.libs/libgstrmdemux.so</filename>
-  <basename>libgstrmdemux.so</basename>
-  <version>1.11.2</version>
+  <filename>../../gst/realmedia/.libs/libgstrealmedia.so</filename>
+  <basename>libgstrealmedia.so</basename>
+  <version>1.11.2.1</version>
   <license>LGPL</license>
   <source>gst-plugins-ugly</source>
-  <package>GStreamer Ugly Plug-ins source release</package>
+  <package>GStreamer Ugly Plug-ins git</package>
   <origin>Unknown package origin</origin>
   <elements>
     <element>
index d307a72..654a3d6 100644 (file)
@@ -1,20 +1,20 @@
-plugin_LTLIBRARIES = libgstrmdemux.la
+plugin_LTLIBRARIES = libgstrealmedia.la
 
-libgstrmdemux_la_SOURCES = rademux.c rmdemux.c  \
+libgstrealmedia_la_SOURCES = rademux.c rmdemux.c  \
                           rmutils.c rdtdepay.c rdtmanager.c \
                           rtspreal.c realhash.c asmrules.c \
                           rdtjitterbuffer.c gstrdtbuffer.c \
                           pnmsrc.c realmedia.c
 
 
-libgstrmdemux_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS)
-libgstrmdemux_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) \
+libgstrealmedia_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS)
+libgstrealmedia_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) \
                                -lgstrtsp-@GST_API_VERSION@ \
                                -lgstsdp-@GST_API_VERSION@ \
                                -lgstpbutils-@GST_API_VERSION@ \
                                $(GST_BASE_LIBS) $(GST_LIBS)
-libgstrmdemux_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-libgstrmdemux_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
+libgstrealmedia_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
+libgstrealmedia_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
 
 noinst_HEADERS = rademux.h rmdemux.h rmutils.h rdtdepay.h rdtmanager.h \
                 rdtjitterbuffer.h rtspreal.h realhash.h asmrules.h gstrdtbuffer.h \
index 4b55223..2a00ddd 100644 (file)
@@ -13,7 +13,7 @@ real_sources = [
   'realmedia.c'
 ]
 
-gstrmdemux = library('gstrmdemux',
+gstrmdemux = library('gstrealmedia',
   real_sources,
   c_args : ugly_args,
   include_directories : [configinc, libsinc],