a hack to work around intltool's brokenness a current check for mpeg2dec details...
authorAndy Wingo <wingo@pobox.com>
Sat, 20 Apr 2002 21:42:51 +0000 (21:42 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Sun, 2 Jan 2011 14:30:01 +0000 (14:30 +0000)
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

ext/jack/gstjack.c

index fc29775..87ce638 100644 (file)
@@ -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);