Rename plugin filenames to match plugin names
libgstrmdemux.so becomes libgstrealmedia.so https://bugzilla.gnome.org/show_bug.cgi?id=779344
This commit is contained in:
parent
09f412dc3c
commit
c1e526a879
@ -1,12 +1,12 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<name>realmedia</name>
|
<name>realmedia</name>
|
||||||
<description>RealMedia support plugins</description>
|
<description>RealMedia support plugins</description>
|
||||||
<filename>../../gst/realmedia/.libs/libgstrmdemux.so</filename>
|
<filename>../../gst/realmedia/.libs/libgstrealmedia.so</filename>
|
||||||
<basename>libgstrmdemux.so</basename>
|
<basename>libgstrealmedia.so</basename>
|
||||||
<version>1.11.2</version>
|
<version>1.11.2.1</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gst-plugins-ugly</source>
|
<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>
|
<origin>Unknown package origin</origin>
|
||||||
<elements>
|
<elements>
|
||||||
<element>
|
<element>
|
||||||
|
@ -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 \
|
rmutils.c rdtdepay.c rdtmanager.c \
|
||||||
rtspreal.c realhash.c asmrules.c \
|
rtspreal.c realhash.c asmrules.c \
|
||||||
rdtjitterbuffer.c gstrdtbuffer.c \
|
rdtjitterbuffer.c gstrdtbuffer.c \
|
||||||
pnmsrc.c realmedia.c
|
pnmsrc.c realmedia.c
|
||||||
|
|
||||||
|
|
||||||
libgstrmdemux_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS)
|
libgstrealmedia_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS)
|
||||||
libgstrmdemux_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) \
|
libgstrealmedia_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) \
|
||||||
-lgstrtsp-@GST_API_VERSION@ \
|
-lgstrtsp-@GST_API_VERSION@ \
|
||||||
-lgstsdp-@GST_API_VERSION@ \
|
-lgstsdp-@GST_API_VERSION@ \
|
||||||
-lgstpbutils-@GST_API_VERSION@ \
|
-lgstpbutils-@GST_API_VERSION@ \
|
||||||
$(GST_BASE_LIBS) $(GST_LIBS)
|
$(GST_BASE_LIBS) $(GST_LIBS)
|
||||||
libgstrmdemux_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
libgstrealmedia_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||||
libgstrmdemux_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
|
libgstrealmedia_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
|
||||||
|
|
||||||
noinst_HEADERS = rademux.h rmdemux.h rmutils.h rdtdepay.h rdtmanager.h \
|
noinst_HEADERS = rademux.h rmdemux.h rmutils.h rdtdepay.h rdtmanager.h \
|
||||||
rdtjitterbuffer.h rtspreal.h realhash.h asmrules.h gstrdtbuffer.h \
|
rdtjitterbuffer.h rtspreal.h realhash.h asmrules.h gstrdtbuffer.h \
|
||||||
|
@ -13,7 +13,7 @@ real_sources = [
|
|||||||
'realmedia.c'
|
'realmedia.c'
|
||||||
]
|
]
|
||||||
|
|
||||||
gstrmdemux = library('gstrmdemux',
|
gstrmdemux = library('gstrealmedia',
|
||||||
real_sources,
|
real_sources,
|
||||||
c_args : ugly_args,
|
c_args : ugly_args,
|
||||||
include_directories : [configinc, libsinc],
|
include_directories : [configinc, libsinc],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user