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:53 +0000 (21:42 +0000)
committerAndy Wingo <wingo@pobox.com>
Sat, 20 Apr 2002 21:42:53 +0000 (21:42 +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

21 files changed:
gst/autoplug/gstautoplugcache.c
gst/autoplug/gstautoplugger.c
gst/autoplug/gstspider.c
gst/elements/gstaggregator.c
gst/elements/gstdisksink.c
gst/elements/gstfdsink.c
gst/elements/gstidentity.c
gst/elements/gststatistics.c
gst/elements/gsttee.c
gst/gstbin.c
gst/gstpipeline.c
gst/gstqueue.c
gst/gstthread.c
gst/gsttypefind.c
plugins/elements/gstaggregator.c
plugins/elements/gstdisksink.c
plugins/elements/gstfdsink.c
plugins/elements/gstidentity.c
plugins/elements/gstqueue.c
plugins/elements/gststatistics.c
plugins/elements/gsttee.c

index 47f963a..783f9a1 100644 (file)
@@ -24,7 +24,7 @@
 
 GstElementDetails gst_autoplugcache_details = {
   "AutoplugCache",
-  "Connection",
+  "Generic",
   "Data cache for the dynamic autoplugger",
   VERSION,
   "Erik Walthinsen <omega@temple-baptist.com>",
index 1358fd6..9b9139a 100644 (file)
@@ -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 <omega@temple-baptist.com>",
index cf9dd9a..a8f90fe 100644 (file)
@@ -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 <in7y118@public.uni-hamburg.de>",
index 1cc67f6..e310f82 100644 (file)
@@ -25,7 +25,7 @@
 
 GstElementDetails gst_aggregator_details = {
   "Aggregator pipe fitting",
-  "Aggregator",
+  "Generic",
   "N-to-1 pipe fitting",
   VERSION,
   "Wim Taymans <wim.taymans@chello.be>",
index 764bce5..0040bc7 100644 (file)
@@ -28,8 +28,8 @@
 
 GstElementDetails gst_disksink_details = {
   "Disk Sink",
-  "Sink",
-  "Disk hole for data",
+  "Sink/File",
+  "Write stream to a file",
   VERSION,
   "Thomas <thomas@apestaart.org>",
   "(C) 2001"
index a9f0993..ece02ee 100644 (file)
@@ -26,7 +26,7 @@
 
 GstElementDetails gst_fdsink_details = {
   "Filedescriptor Sink",
-  "Sink",
+  "Sink/File",
   "Write data to a file descriptor",
   VERSION,
   "Erik Walthinsen <omega@cse.ogi.edu>",
index 5d5c43c..a309ba0 100644 (file)
@@ -27,7 +27,7 @@
 
 GstElementDetails gst_identity_details = {
   "Identity",
-  "Filter",
+  "Generic",
   "Pass data without modification",
   VERSION,
   "Erik Walthinsen <omega@cse.ogi.edu>",
index 8d9736c..49ab9a7 100644 (file)
@@ -26,7 +26,7 @@
 
 GstElementDetails gst_statistics_details = {
   "Statistics",
-  "Filter",
+  "Generic",
   "Statistics on buffers/bytes/events",
   VERSION,
   "David I. Lehn <dlehn@users.sourceforge.net>",
index 1132229..5bbbb78 100644 (file)
@@ -25,7 +25,7 @@
 
 GstElementDetails gst_tee_details = {
   "Tee pipe fitting",
-  "Tee",
+  "Generic",
   "1-to-N pipe fitting",
   VERSION,
   "Erik Walthinsen <omega@cse.ogi.edu>\n"
index 8a85ee3..0f80346 100644 (file)
@@ -31,7 +31,7 @@
 
 GstElementDetails gst_bin_details = {
   "Generic bin",
-  "Bin",
+  "Generic/Bin",
   "Simple container object",
   VERSION,
   "Erik Walthinsen <omega@cse.ogi.edu>",
index cb83949..1a977da 100644 (file)
@@ -27,7 +27,7 @@
 
 GstElementDetails gst_pipeline_details = {
   "Pipeline object",
-  "Bin",
+  "Generic/Bin",
   "Complete pipeline object",
   VERSION,
   "Erik Walthinsen <omega@cse.ogi.edu>",
index fd28521..722230e 100644 (file)
@@ -39,7 +39,7 @@
 
 GstElementDetails gst_queue_details = {
   "Queue",
-  "Connection",
+  "Generic",
   "Simple data queue",
   VERSION,
   "Erik Walthinsen <omega@cse.ogi.edu>",
index e015783..bfc7f2f 100644 (file)
@@ -31,7 +31,7 @@
 
 GstElementDetails gst_thread_details = {
   "Threaded container",
-  "Bin",
+  "Generic/Bin",
   "Container that creates/manages a thread",
   VERSION,
   "Erik Walthinsen <omega@cse.ogi.edu>",
index 7962f86..b2c311e 100644 (file)
@@ -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 <omega@cse.ogi.edu>"
   "Wim Taymans <wim.taymans@chello.be>",
index 1cc67f6..e310f82 100644 (file)
@@ -25,7 +25,7 @@
 
 GstElementDetails gst_aggregator_details = {
   "Aggregator pipe fitting",
-  "Aggregator",
+  "Generic",
   "N-to-1 pipe fitting",
   VERSION,
   "Wim Taymans <wim.taymans@chello.be>",
index 764bce5..0040bc7 100644 (file)
@@ -28,8 +28,8 @@
 
 GstElementDetails gst_disksink_details = {
   "Disk Sink",
-  "Sink",
-  "Disk hole for data",
+  "Sink/File",
+  "Write stream to a file",
   VERSION,
   "Thomas <thomas@apestaart.org>",
   "(C) 2001"
index a9f0993..ece02ee 100644 (file)
@@ -26,7 +26,7 @@
 
 GstElementDetails gst_fdsink_details = {
   "Filedescriptor Sink",
-  "Sink",
+  "Sink/File",
   "Write data to a file descriptor",
   VERSION,
   "Erik Walthinsen <omega@cse.ogi.edu>",
index 5d5c43c..a309ba0 100644 (file)
@@ -27,7 +27,7 @@
 
 GstElementDetails gst_identity_details = {
   "Identity",
-  "Filter",
+  "Generic",
   "Pass data without modification",
   VERSION,
   "Erik Walthinsen <omega@cse.ogi.edu>",
index fd28521..722230e 100644 (file)
@@ -39,7 +39,7 @@
 
 GstElementDetails gst_queue_details = {
   "Queue",
-  "Connection",
+  "Generic",
   "Simple data queue",
   VERSION,
   "Erik Walthinsen <omega@cse.ogi.edu>",
index 8d9736c..49ab9a7 100644 (file)
@@ -26,7 +26,7 @@
 
 GstElementDetails gst_statistics_details = {
   "Statistics",
-  "Filter",
+  "Generic",
   "Statistics on buffers/bytes/events",
   VERSION,
   "David I. Lehn <dlehn@users.sourceforge.net>",
index 1132229..5bbbb78 100644 (file)
@@ -25,7 +25,7 @@
 
 GstElementDetails gst_tee_details = {
   "Tee pipe fitting",
-  "Tee",
+  "Generic",
   "1-to-N pipe fitting",
   VERSION,
   "Erik Walthinsen <omega@cse.ogi.edu>\n"