mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
a hack to work around intltool's brokenness a current check for mpeg2dec details->klass reorganizations an element br...
Original commit message from CVS: * a hack to work around intltool's brokenness * a current check for mpeg2dec * details->klass reorganizations * an element browser that uses details->klass * separated cdxa parse out from the avi directory
This commit is contained in:
parent
6ef5499ab5
commit
1613f0e514
1 changed files with 2 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
|||
|
||||
static GstElementDetails gst_jack_bin_details = {
|
||||
"Jack Bin",
|
||||
"Bin/Audio",
|
||||
"Generic/Bin",
|
||||
"Jack processing bin: see README for more info",
|
||||
VERSION,
|
||||
"Andy Wingo <wingo@pobox.com>",
|
||||
|
@ -451,6 +451,7 @@ plugin_init (GModule *module, GstPlugin *plugin)
|
|||
|
||||
factory = gst_element_factory_new ("jackbin", GST_TYPE_JACK_BIN, &gst_jack_bin_details);
|
||||
g_return_val_if_fail (factory != NULL, FALSE);
|
||||
gst_plugin_add_feature (plugin, GST_PLUGIN_FEATURE (factory));
|
||||
|
||||
factory = gst_element_factory_new ("jacksrc", GST_TYPE_JACK_SRC, &gst_jack_src_details);
|
||||
g_return_val_if_fail (factory != NULL, FALSE);
|
||||
|
|
Loading…
Reference in a new issue