mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 08:46:40 +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
cd8a89261c
commit
8d198fed21
21 changed files with 24 additions and 24 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
GstElementDetails gst_autoplugcache_details = {
|
||||
"AutoplugCache",
|
||||
"Connection",
|
||||
"Generic",
|
||||
"Data cache for the dynamic autoplugger",
|
||||
VERSION,
|
||||
"Erik Walthinsen <omega@temple-baptist.com>",
|
||||
|
|
|
@ -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>",
|
||||
|
|
|
@ -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>",
|
||||
|
|
|
@ -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>",
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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>",
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
|
||||
GstElementDetails gst_identity_details = {
|
||||
"Identity",
|
||||
"Filter",
|
||||
"Generic",
|
||||
"Pass data without modification",
|
||||
VERSION,
|
||||
"Erik Walthinsen <omega@cse.ogi.edu>",
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
|
||||
GstElementDetails gst_statistics_details = {
|
||||
"Statistics",
|
||||
"Filter",
|
||||
"Generic",
|
||||
"Statistics on buffers/bytes/events",
|
||||
VERSION,
|
||||
"David I. Lehn <dlehn@users.sourceforge.net>",
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
|
||||
GstElementDetails gst_bin_details = {
|
||||
"Generic bin",
|
||||
"Bin",
|
||||
"Generic/Bin",
|
||||
"Simple container object",
|
||||
VERSION,
|
||||
"Erik Walthinsen <omega@cse.ogi.edu>",
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
|
||||
GstElementDetails gst_pipeline_details = {
|
||||
"Pipeline object",
|
||||
"Bin",
|
||||
"Generic/Bin",
|
||||
"Complete pipeline object",
|
||||
VERSION,
|
||||
"Erik Walthinsen <omega@cse.ogi.edu>",
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
|
||||
GstElementDetails gst_queue_details = {
|
||||
"Queue",
|
||||
"Connection",
|
||||
"Generic",
|
||||
"Simple data queue",
|
||||
VERSION,
|
||||
"Erik Walthinsen <omega@cse.ogi.edu>",
|
||||
|
|
|
@ -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>",
|
||||
|
|
|
@ -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>",
|
||||
|
|
|
@ -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>",
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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>",
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
|
||||
GstElementDetails gst_identity_details = {
|
||||
"Identity",
|
||||
"Filter",
|
||||
"Generic",
|
||||
"Pass data without modification",
|
||||
VERSION,
|
||||
"Erik Walthinsen <omega@cse.ogi.edu>",
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
|
||||
GstElementDetails gst_queue_details = {
|
||||
"Queue",
|
||||
"Connection",
|
||||
"Generic",
|
||||
"Simple data queue",
|
||||
VERSION,
|
||||
"Erik Walthinsen <omega@cse.ogi.edu>",
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
|
||||
GstElementDetails gst_statistics_details = {
|
||||
"Statistics",
|
||||
"Filter",
|
||||
"Generic",
|
||||
"Statistics on buffers/bytes/events",
|
||||
VERSION,
|
||||
"David I. Lehn <dlehn@users.sourceforge.net>",
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue