mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
twolame: rename to twolamemp2enc
This commit is contained in:
parent
ac240ac349
commit
848103c861
3 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||
|
Loading…
Reference in a new issue