mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 12:32:29 +00:00
twolame: rename to twolamemp2enc
This commit is contained in:
parent
13d1003c9e
commit
f6d7531c66
7 changed files with 8 additions and 8 deletions
|
@ -62,7 +62,7 @@ EXTRA_HFILES = \
|
|||
$(top_srcdir)/ext/lame/gstlamemp3enc.h \
|
||||
$(top_srcdir)/ext/mad/gstmad.h \
|
||||
$(top_srcdir)/ext/sidplay/gstsiddec.h \
|
||||
$(top_srcdir)/ext/twolame/gsttwolame.h \
|
||||
$(top_srcdir)/ext/twolame/gsttwolamemp2enc.h \
|
||||
$(top_srcdir)/ext/x264/gstx264enc.h \
|
||||
$(top_srcdir)/gst/asfdemux/gstrtspwms.h \
|
||||
$(top_srcdir)/gst/xingmux/gstxingmux.h \
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
<xi:include href="xml/element-rtspreal.xml" />
|
||||
<xi:include href="xml/element-rtspwms.xml" />
|
||||
<xi:include href="xml/element-siddec.xml" />
|
||||
<xi:include href="xml/element-twolame.xml" />
|
||||
<xi:include href="xml/element-twolamemp2enc.xml" />
|
||||
<xi:include href="xml/element-synaesthesia.xml" />
|
||||
<xi:include href="xml/element-x264enc.xml" />
|
||||
<xi:include href="xml/element-xingmux.xml" />
|
||||
|
|
|
@ -246,7 +246,7 @@ gst_synaesthesia_get_type
|
|||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>element-twolame</FILE>
|
||||
<FILE>element-twolamemp2enc</FILE>
|
||||
<TITLE>twolame</TITLE>
|
||||
GstTwoLame
|
||||
<SUBSECTION Standard>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
plugin_LTLIBRARIES = libgsttwolame.la
|
||||
|
||||
libgsttwolame_la_SOURCES = gsttwolame.c
|
||||
libgsttwolame_la_SOURCES = gsttwolamemp2enc.c
|
||||
libgsttwolame_la_CFLAGS = -DGST_USE_UNSTABLE_API \
|
||||
$(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(TWOLAME_CFLAGS)
|
||||
libgsttwolame_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) \
|
||||
|
@ -9,4 +9,4 @@ libgsttwolame_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) \
|
|||
libgsttwolame_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgsttwolame_la_LIBTOOLFLAGS = --tag=disable-static
|
||||
|
||||
noinst_HEADERS = gsttwolame.h
|
||||
noinst_HEADERS = gsttwolamemp2enc.h
|
||||
|
|
|
@ -53,7 +53,7 @@
|
|||
#endif
|
||||
|
||||
#include "string.h"
|
||||
#include "gsttwolame.h"
|
||||
#include "gsttwolamemp2enc.h"
|
||||
#include "gst/gst-i18n-plugin.h"
|
||||
|
||||
GST_DEBUG_CATEGORY_STATIC (debug);
|
||||
|
@ -873,7 +873,7 @@ plugin_init (GstPlugin * plugin)
|
|||
bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
|
||||
#endif /* ENABLE_NLS */
|
||||
|
||||
if (!gst_element_register (plugin, "twolame", GST_RANK_PRIMARY,
|
||||
if (!gst_element_register (plugin, "twolamemp2enc", GST_RANK_PRIMARY,
|
||||
GST_TYPE_TWO_LAME))
|
||||
return FALSE;
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
ext/cdio/gstcdiocddasrc.c
|
||||
ext/dvdread/dvdreadsrc.c
|
||||
ext/lame/gstlamemp3enc.c
|
||||
ext/twolame/gsttwolame.c
|
||||
ext/twolame/gsttwolamemp2enc.c
|
||||
gst/asfdemux/gstasfdemux.c
|
||||
|
|
Loading…
Reference in a new issue