From 8d198fed2167f078e6fe805f9400e7a4b42dc264 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Sat, 20 Apr 2002 21:42:53 +0000 Subject: [PATCH] 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 --- gst/autoplug/gstautoplugcache.c | 2 +- gst/autoplug/gstautoplugger.c | 2 +- gst/autoplug/gstspider.c | 2 +- gst/elements/gstaggregator.c | 2 +- gst/elements/gstdisksink.c | 4 ++-- gst/elements/gstfdsink.c | 2 +- gst/elements/gstidentity.c | 2 +- gst/elements/gststatistics.c | 2 +- gst/elements/gsttee.c | 2 +- gst/gstbin.c | 2 +- gst/gstpipeline.c | 2 +- gst/gstqueue.c | 2 +- gst/gstthread.c | 2 +- gst/gsttypefind.c | 4 ++-- plugins/elements/gstaggregator.c | 2 +- plugins/elements/gstdisksink.c | 4 ++-- plugins/elements/gstfdsink.c | 2 +- plugins/elements/gstidentity.c | 2 +- plugins/elements/gstqueue.c | 2 +- plugins/elements/gststatistics.c | 2 +- plugins/elements/gsttee.c | 2 +- 21 files changed, 24 insertions(+), 24 deletions(-) diff --git a/gst/autoplug/gstautoplugcache.c b/gst/autoplug/gstautoplugcache.c index 47f963a..783f9a1 100644 --- a/gst/autoplug/gstautoplugcache.c +++ b/gst/autoplug/gstautoplugcache.c @@ -24,7 +24,7 @@ GstElementDetails gst_autoplugcache_details = { "AutoplugCache", - "Connection", + "Generic", "Data cache for the dynamic autoplugger", VERSION, "Erik Walthinsen ", diff --git a/gst/autoplug/gstautoplugger.c b/gst/autoplug/gstautoplugger.c index 1358fd6..9b9139a 100644 --- a/gst/autoplug/gstautoplugger.c +++ b/gst/autoplug/gstautoplugger.c @@ -23,7 +23,7 @@ GstElementDetails gst_autoplugger_details = { "Dynamic autoplugger", - "Autoplugger", + "Generic", "Magic element that converts from any type to any other", VERSION, "Erik Walthinsen ", diff --git a/gst/autoplug/gstspider.c b/gst/autoplug/gstspider.c index cf9dd9a..a8f90fe 100644 --- a/gst/autoplug/gstspider.c +++ b/gst/autoplug/gstspider.c @@ -676,7 +676,7 @@ gst_spider_plug_from_srcpad (GstSpiderConnection *conn, GstPad *srcpad) GstElementDetails gst_spider_details = { "Spider", - "Filter/Autplug", + "Generic", "Automatically connect sinks and sources", VERSION, "Benjamin Otte ", diff --git a/gst/elements/gstaggregator.c b/gst/elements/gstaggregator.c index 1cc67f6..e310f82a 100644 --- a/gst/elements/gstaggregator.c +++ b/gst/elements/gstaggregator.c @@ -25,7 +25,7 @@ GstElementDetails gst_aggregator_details = { "Aggregator pipe fitting", - "Aggregator", + "Generic", "N-to-1 pipe fitting", VERSION, "Wim Taymans ", diff --git a/gst/elements/gstdisksink.c b/gst/elements/gstdisksink.c index 764bce5..0040bc7 100644 --- a/gst/elements/gstdisksink.c +++ b/gst/elements/gstdisksink.c @@ -28,8 +28,8 @@ GstElementDetails gst_disksink_details = { "Disk Sink", - "Sink", - "Disk hole for data", + "Sink/File", + "Write stream to a file", VERSION, "Thomas ", "(C) 2001" diff --git a/gst/elements/gstfdsink.c b/gst/elements/gstfdsink.c index a9f0993..ece02ee 100644 --- a/gst/elements/gstfdsink.c +++ b/gst/elements/gstfdsink.c @@ -26,7 +26,7 @@ GstElementDetails gst_fdsink_details = { "Filedescriptor Sink", - "Sink", + "Sink/File", "Write data to a file descriptor", VERSION, "Erik Walthinsen ", diff --git a/gst/elements/gstidentity.c b/gst/elements/gstidentity.c index 5d5c43c..a309ba0 100644 --- a/gst/elements/gstidentity.c +++ b/gst/elements/gstidentity.c @@ -27,7 +27,7 @@ GstElementDetails gst_identity_details = { "Identity", - "Filter", + "Generic", "Pass data without modification", VERSION, "Erik Walthinsen ", diff --git a/gst/elements/gststatistics.c b/gst/elements/gststatistics.c index 8d9736c..49ab9a7 100644 --- a/gst/elements/gststatistics.c +++ b/gst/elements/gststatistics.c @@ -26,7 +26,7 @@ GstElementDetails gst_statistics_details = { "Statistics", - "Filter", + "Generic", "Statistics on buffers/bytes/events", VERSION, "David I. Lehn ", diff --git a/gst/elements/gsttee.c b/gst/elements/gsttee.c index 1132229..5bbbb78 100644 --- a/gst/elements/gsttee.c +++ b/gst/elements/gsttee.c @@ -25,7 +25,7 @@ GstElementDetails gst_tee_details = { "Tee pipe fitting", - "Tee", + "Generic", "1-to-N pipe fitting", VERSION, "Erik Walthinsen \n" diff --git a/gst/gstbin.c b/gst/gstbin.c index 8a85ee3..0f80346 100644 --- a/gst/gstbin.c +++ b/gst/gstbin.c @@ -31,7 +31,7 @@ GstElementDetails gst_bin_details = { "Generic bin", - "Bin", + "Generic/Bin", "Simple container object", VERSION, "Erik Walthinsen ", diff --git a/gst/gstpipeline.c b/gst/gstpipeline.c index cb83949..1a977da 100644 --- a/gst/gstpipeline.c +++ b/gst/gstpipeline.c @@ -27,7 +27,7 @@ GstElementDetails gst_pipeline_details = { "Pipeline object", - "Bin", + "Generic/Bin", "Complete pipeline object", VERSION, "Erik Walthinsen ", diff --git a/gst/gstqueue.c b/gst/gstqueue.c index fd28521..722230e 100644 --- a/gst/gstqueue.c +++ b/gst/gstqueue.c @@ -39,7 +39,7 @@ GstElementDetails gst_queue_details = { "Queue", - "Connection", + "Generic", "Simple data queue", VERSION, "Erik Walthinsen ", diff --git a/gst/gstthread.c b/gst/gstthread.c index e015783..bfc7f2f 100644 --- a/gst/gstthread.c +++ b/gst/gstthread.c @@ -31,7 +31,7 @@ GstElementDetails gst_thread_details = { "Threaded container", - "Bin", + "Generic/Bin", "Container that creates/manages a thread", VERSION, "Erik Walthinsen ", diff --git a/gst/gsttypefind.c b/gst/gsttypefind.c index 7962f86..b2c311e 100644 --- a/gst/gsttypefind.c +++ b/gst/gsttypefind.c @@ -31,8 +31,8 @@ GstElementDetails gst_type_find_details = { "TypeFind", - "TypeFind", - "Finds the media type", + "Generic", + "Finds the media type of a stream", VERSION, "Erik Walthinsen " "Wim Taymans ", diff --git a/plugins/elements/gstaggregator.c b/plugins/elements/gstaggregator.c index 1cc67f6..e310f82a 100644 --- a/plugins/elements/gstaggregator.c +++ b/plugins/elements/gstaggregator.c @@ -25,7 +25,7 @@ GstElementDetails gst_aggregator_details = { "Aggregator pipe fitting", - "Aggregator", + "Generic", "N-to-1 pipe fitting", VERSION, "Wim Taymans ", diff --git a/plugins/elements/gstdisksink.c b/plugins/elements/gstdisksink.c index 764bce5..0040bc7 100644 --- a/plugins/elements/gstdisksink.c +++ b/plugins/elements/gstdisksink.c @@ -28,8 +28,8 @@ GstElementDetails gst_disksink_details = { "Disk Sink", - "Sink", - "Disk hole for data", + "Sink/File", + "Write stream to a file", VERSION, "Thomas ", "(C) 2001" diff --git a/plugins/elements/gstfdsink.c b/plugins/elements/gstfdsink.c index a9f0993..ece02ee 100644 --- a/plugins/elements/gstfdsink.c +++ b/plugins/elements/gstfdsink.c @@ -26,7 +26,7 @@ GstElementDetails gst_fdsink_details = { "Filedescriptor Sink", - "Sink", + "Sink/File", "Write data to a file descriptor", VERSION, "Erik Walthinsen ", diff --git a/plugins/elements/gstidentity.c b/plugins/elements/gstidentity.c index 5d5c43c..a309ba0 100644 --- a/plugins/elements/gstidentity.c +++ b/plugins/elements/gstidentity.c @@ -27,7 +27,7 @@ GstElementDetails gst_identity_details = { "Identity", - "Filter", + "Generic", "Pass data without modification", VERSION, "Erik Walthinsen ", diff --git a/plugins/elements/gstqueue.c b/plugins/elements/gstqueue.c index fd28521..722230e 100644 --- a/plugins/elements/gstqueue.c +++ b/plugins/elements/gstqueue.c @@ -39,7 +39,7 @@ GstElementDetails gst_queue_details = { "Queue", - "Connection", + "Generic", "Simple data queue", VERSION, "Erik Walthinsen ", diff --git a/plugins/elements/gststatistics.c b/plugins/elements/gststatistics.c index 8d9736c..49ab9a7 100644 --- a/plugins/elements/gststatistics.c +++ b/plugins/elements/gststatistics.c @@ -26,7 +26,7 @@ GstElementDetails gst_statistics_details = { "Statistics", - "Filter", + "Generic", "Statistics on buffers/bytes/events", VERSION, "David I. Lehn ", diff --git a/plugins/elements/gsttee.c b/plugins/elements/gsttee.c index 1132229..5bbbb78 100644 --- a/plugins/elements/gsttee.c +++ b/plugins/elements/gsttee.c @@ -25,7 +25,7 @@ GstElementDetails gst_tee_details = { "Tee pipe fitting", - "Tee", + "Generic", "1-to-N pipe fitting", VERSION, "Erik Walthinsen \n" -- 2.7.4