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:
Andy Wingo 2002-04-20 21:42:53 +00:00
parent cd8a89261c
commit 8d198fed21
21 changed files with 24 additions and 24 deletions

View 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>",

View 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>",

View 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>",

View 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>",

View 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"

View 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>",

View file

@ -27,7 +27,7 @@
GstElementDetails gst_identity_details = {
"Identity",
"Filter",
"Generic",
"Pass data without modification",
VERSION,
"Erik Walthinsen <omega@cse.ogi.edu>",

View 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>",

View 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"

View file

@ -31,7 +31,7 @@
GstElementDetails gst_bin_details = {
"Generic bin",
"Bin",
"Generic/Bin",
"Simple container object",
VERSION,
"Erik Walthinsen <omega@cse.ogi.edu>",

View file

@ -27,7 +27,7 @@
GstElementDetails gst_pipeline_details = {
"Pipeline object",
"Bin",
"Generic/Bin",
"Complete pipeline object",
VERSION,
"Erik Walthinsen <omega@cse.ogi.edu>",

View file

@ -39,7 +39,7 @@
GstElementDetails gst_queue_details = {
"Queue",
"Connection",
"Generic",
"Simple data queue",
VERSION,
"Erik Walthinsen <omega@cse.ogi.edu>",

View 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>",

View 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>",

View 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>",

View 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"

View 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>",

View file

@ -27,7 +27,7 @@
GstElementDetails gst_identity_details = {
"Identity",
"Filter",
"Generic",
"Pass data without modification",
VERSION,
"Erik Walthinsen <omega@cse.ogi.edu>",

View file

@ -39,7 +39,7 @@
GstElementDetails gst_queue_details = {
"Queue",
"Connection",
"Generic",
"Simple data queue",
VERSION,
"Erik Walthinsen <omega@cse.ogi.edu>",

View 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>",

View 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"