From 2b58a38a2b912cdf6bef74d03f092739ea92c592 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Thu, 6 Jan 2005 11:39:55 +0000 Subject: [PATCH] thread's dead, baby. thread's dead. Original commit message from CVS: thread's dead, baby. thread's dead. --- docs/gst/gstreamer.types | 1 - docs/gst/tmpl/gstbin.sgml | 94 +------ docs/gst/tmpl/gstbuffer.sgml | 39 +-- docs/gst/tmpl/gstcaps.sgml | 48 +--- docs/gst/tmpl/gstclock.sgml | 85 +----- docs/gst/tmpl/gstdata.sgml | 3 - docs/gst/tmpl/gstelement.sgml | 406 ++------------------------- docs/gst/tmpl/gstelementdetails.sgml | 1 - docs/gst/tmpl/gstelementfactory.sgml | 20 -- docs/gst/tmpl/gsterror.sgml | 10 - docs/gst/tmpl/gstevent.sgml | 38 +-- docs/gst/tmpl/gstobject.sgml | 32 +-- docs/gst/tmpl/gstpad.sgml | 354 ++--------------------- docs/gst/tmpl/gstpadtemplate.sgml | 10 - docs/gst/tmpl/gstscheduler.sgml | 189 ------------- docs/gst/tmpl/gststructure.sgml | 3 - docs/gst/tmpl/gstthread.sgml | 60 ---- 17 files changed, 106 insertions(+), 1287 deletions(-) diff --git a/docs/gst/gstreamer.types b/docs/gst/gstreamer.types index 6e9544c1b0..f7affae07b 100644 --- a/docs/gst/gstreamer.types +++ b/docs/gst/gstreamer.types @@ -18,7 +18,6 @@ gst_queue_get_type gst_scheduler_factory_get_type gst_scheduler_get_type gst_tag_setter_get_type -gst_thread_get_type gst_type_find_factory_get_type gst_xml_get_type diff --git a/docs/gst/tmpl/gstbin.sgml b/docs/gst/tmpl/gstbin.sgml index 2b29fb1b9a..2b5523414f 100644 --- a/docs/gst/tmpl/gstbin.sgml +++ b/docs/gst/tmpl/gstbin.sgml @@ -60,6 +60,9 @@ clock providers in the bin. +@numchildren: +@children: +@children_cookie: @@ -77,26 +80,11 @@ Will be emmited if an element was removed from this bin. @gstbin: the object which received the signal. @arg1: the element that was removed from the bin - - -This signal is emitted when a bin iterates, either automatically or -due to a #gst_bin_iterate() call. The return value is used to -determine if the object method handler processed any data. -In most normal cases, a user-provided signal handler should return -FALSE. - - -@gstbin: the object which received the signal. -@Returns: TRUE if the state of the bin was advanced. - Flags for a bin. -@GST_BIN_FLAG_MANAGER: This bin has a scheduler and can be used as a toplevel bin. -@GST_BIN_SELF_SCHEDULABLE: This bin iterates itself, so no calls to gst_bin_iterate() should be made. -@GST_BIN_FLAG_PREFER_COTHREADS: This bin preferes to have its elements scheduled with cothreads @GST_BIN_FLAG_FIXED_CLOCK: This bin uses a fixed clock, possibly the one set with gst_bin_use_clock(). @GST_BIN_FLAG_LAST: @@ -116,6 +104,7 @@ Flags for a bin. @bin: @element: +@Returns: @@ -135,6 +124,7 @@ Flags for a bin. @bin: @element: +@Returns: @@ -167,15 +157,6 @@ Flags for a bin. @Returns: - - - - - -@bin: -@Returns: - - @@ -186,68 +167,3 @@ Flags for a bin. @Returns: - - - - - -@bin: -@interface: -@Returns: - - - - - - - -@bin: -@Returns: - - - - - - - -@bin: -@clock: - - - - - - - -@bin: -@Returns: - - - - - - - -@bin: - - - - - - - -@bin: -@Returns: - - - - - - - -@bin: -@oldstate: -@newstate: -@child: - - diff --git a/docs/gst/tmpl/gstbuffer.sgml b/docs/gst/tmpl/gstbuffer.sgml index ff23335740..7d9fa0c0f3 100644 --- a/docs/gst/tmpl/gstbuffer.sgml +++ b/docs/gst/tmpl/gstbuffer.sgml @@ -95,11 +95,9 @@ The basic structure of a buffer. @maxsize: @timestamp: @duration: +@caps: @offset: @offset_end: -@free_data: -@buffer_private: -@_gst_reserved: @@ -127,9 +125,10 @@ The basic structure of a buffer. @GST_BUFFER_SUBBUFFER: @GST_BUFFER_ORIGINAL: @GST_BUFFER_DONTFREE: -@GST_BUFFER_KEY_UNIT: -@GST_BUFFER_DONTKEEP: +@GST_BUFFER_PREROLL: +@GST_BUFFER_DISCONT: @GST_BUFFER_IN_CAPS: +@GST_BUFFER_GAP: @GST_BUFFER_DELTA_UNIT: @GST_BUFFER_FLAG_LAST: @@ -262,15 +261,6 @@ will be freed. @buf: a #GstBuffer to unref. - - - - - -@dest: -@src: - - Copies the given buffer using the copy function of the parent GstData structure. @@ -311,16 +301,6 @@ If the refcount is 1, this function just returns the original buffer. @Returns: - - - - - -@buf1: -@buf2: -@Returns: - - @@ -349,6 +329,13 @@ If the refcount is 1, this function just returns the original buffer. <<<<<<< gstbuffer.sgml + +@buf1: +@buf2: +@Returns: + +>>>>>>> 1.48 + @GST_BUFFER_READONLY: the buffer is read-only. @GST_BUFFER_SUBBUFFER: the buffer is a subbuffer, the parent buffer can be found with the GST_BUFFER_POOL_PRIVATE() macro. @@ -365,11 +352,7 @@ If the refcount is 1, this function just returns the original buffer. >>>>>>> 1.44 @GST_BUFFER_FLAG_LAST: additional flags can be added starting from this flag. ======= -@buf1: -@buf2: -@Returns: ->>>>>>> 1.48 diff --git a/docs/gst/tmpl/gstcaps.sgml b/docs/gst/tmpl/gstcaps.sgml index 39812d240e..6b3177c50d 100644 --- a/docs/gst/tmpl/gstcaps.sgml +++ b/docs/gst/tmpl/gstcaps.sgml @@ -97,9 +97,9 @@ templates. @type: +@refcount: @flags: @structs: -@_gst_reserved: @@ -108,7 +108,6 @@ templates. @caps: @string: -@_gst_reserved: @@ -166,14 +165,6 @@ templates. @Returns: - - - - - -@caps: - - @@ -205,15 +196,6 @@ templates. @caps1: - - - - - -@caps: -@Returns: - - @@ -280,15 +262,6 @@ templates. @Returns: - - - - - -@caps: -@Returns: - - @@ -308,16 +281,6 @@ templates. @Returns: - - - - - -@caps1: -@caps2: -@Returns: - - @@ -367,15 +330,6 @@ templates. @Returns: - - - - - -@caps: -@Returns: - - diff --git a/docs/gst/tmpl/gstclock.sgml b/docs/gst/tmpl/gstclock.sgml index fb652d2d67..c5ca06eec0 100644 --- a/docs/gst/tmpl/gstclock.sgml +++ b/docs/gst/tmpl/gstclock.sgml @@ -26,6 +26,7 @@ clock so that the clock is always a good measure of the time in the pipeline. +@flags: @@ -142,13 +143,6 @@ All pending timeouts or periodic notifies are converted into an entry. -@clock: -@type: -@time: -@interval: -@status: -@func: -@user_data: @@ -232,11 +226,12 @@ The status of the entry The return value of a clock operation. -@GST_CLOCK_STOPPED: The clock is stopped. +@GST_CLOCK_UNSCHEDULED: @GST_CLOCK_TIMEOUT: The operation timed out. @GST_CLOCK_EARLY: The operation was scheduled too late. @GST_CLOCK_ERROR: An error occured @GST_CLOCK_UNSUPPORTED: Operation is not supported +@GST_CLOCK_OK: @@ -258,25 +253,6 @@ Get the clock flags @clock: the clock to query - - - - - -@clock: -@speed: -@Returns: - - - - - - - -@clock: -@Returns: - - @@ -296,42 +272,6 @@ Get the clock flags @Returns: - - - - - -@clock: -@active: - - - - - - - -@clock: -@Returns: - - - - - - - -@clock: - - - - - - - -@clock: -@time: -@Returns: - - @@ -341,25 +281,6 @@ Get the clock flags @Returns: - - - - - -@clock: -@Returns: - - - - - - - -@clock: -@delay: -@Returns: - - diff --git a/docs/gst/tmpl/gstdata.sgml b/docs/gst/tmpl/gstdata.sgml index d7e2c65d5e..31181f6db5 100644 --- a/docs/gst/tmpl/gstdata.sgml +++ b/docs/gst/tmpl/gstdata.sgml @@ -65,9 +65,6 @@ The base structure @type: The type of this data. @refcount: A refcount @flags: The flags of this GstData -@free: A pointer to a custom free function -@copy: A pointer to a custom copy function -@_gst_reserved: diff --git a/docs/gst/tmpl/gstelement.sgml b/docs/gst/tmpl/gstelement.sgml index 1a1dd83678..579b04e4f0 100644 --- a/docs/gst/tmpl/gstelement.sgml +++ b/docs/gst/tmpl/gstelement.sgml @@ -70,43 +70,23 @@ and gst_element_set_clock(). You can wait for the clock to reach a given - - - - - - -@: - -@gstelement: the object which received the signal. - - - - - - -@: -@: -@: -@: - -@gstelement: the object which received the signal. -@arg1: -@arg2: -@arg3: - - - - - - -@: -@: -@: - -@gstelement: the object which received the signal. -@arg1: -@arg2: +@state_lock: +@state_cond: +@current_state: +@pending_state: +@manager: +@bus: +@scheduler: +@sched_private: +@clock: +@base_time: +@numpads: +@pads: +@numsrcpads: +@srcpads: +@numsinkpads: +@sinkpads: +@pads_cookie: @@ -257,43 +237,11 @@ A helper macro to create a mask function This enum defines the standard flags that an element may have. -@GST_ELEMENT_COMPLEX: -@GST_ELEMENT_DECOUPLED: -@GST_ELEMENT_THREAD_SUGGESTED: -@GST_ELEMENT_INFINITE_LOOP: -@GST_ELEMENT_NEW_LOOPFUNC: -@GST_ELEMENT_EVENT_AWARE: -@GST_ELEMENT_USE_THREADSAFE_PROPERTIES: @GST_ELEMENT_SCHEDULER_PRIVATE1: @GST_ELEMENT_SCHEDULER_PRIVATE2: @GST_ELEMENT_LOCKED_STATE: -@GST_ELEMENT_IN_ERROR: @GST_ELEMENT_FLAG_LAST: - - -Queries whether the Element should be placed in a thread. - - -@obj: a #GstElement to query - - - - -Query wether this element can handle events. - - -@obj: a #GstElement to query - - - - -Queries if the Element is decoupled. - - -@obj: a #GstElement to query - - Gets the name of this element. Used in the core. Not ABI-compatible. @@ -310,14 +258,6 @@ Get the parent object of this element. @obj: a #GstElement to query - - -Get the scheduler of this element. - - -@obj: a #GstElement to query - - Get the clock of this element @@ -344,36 +284,10 @@ application will be requested to stop further media processing. @el: the element that throws the error @domain: @code: -@message: the message to display +@text: @debug: - - - - -This function type is used to specify a loop function for the element. It -is passed the element in question, and is expect to return only in error -circumstances. - - -@element: The element in question. - - - - -The signature of the function to execute after this element -is scheduled. - - -@element: The element - - - - -The signature of the function to execute before this element -is scheduled. - - -@element: The element + +@message: the message to display @@ -404,34 +318,6 @@ is scheduled. @details: - - -The default deep notify handler that prints out the property change -notifications to stdout. - - - - - - - - - -@object: -@orig: -@error: -@debug: - - - - - - - -@element: -@loop: - - Gets the name of the element. @@ -471,90 +357,6 @@ Sets the parent of an element. @parent: the new #GstObject parent of the object. - - - - - -@element: -@first_property_name: -@Varargs: - - - - - - - -@element: -@first_property_name: -@Varargs: - - - - - - - -@element: -@first_property_name: -@var_args: - - - - - - - -@element: -@first_property_name: -@var_args: - - - - - - - -@element: -@property_name: -@value: - - - - - - - -@element: -@property_name: -@value: - - - - - - - -@element: - - - - - - - -@element: - - - - - - - -@element: - - @@ -624,34 +426,6 @@ Sets the parent of an element. @Returns: - - - - - -@element: -@time: - - - - - - - -@element: -@time: -@delay: - - - - - - - -@element: -@diff: - - @@ -679,38 +453,14 @@ Sets the parent of an element. @Returns: - - - - - -@element: -@Returns: - - - - - - - -@element: - - - - - - - -@element: -@Returns: - - @element: +@scheduler: + @sched: @@ -730,6 +480,7 @@ Sets the parent of an element. @element: @pad: +@Returns: @@ -739,6 +490,7 @@ Sets the parent of an element. @element: @pad: +@Returns: @@ -752,18 +504,6 @@ Sets the parent of an element. @Returns: - - - - - -@element: -@pad: - - - - - @@ -803,15 +543,6 @@ Sets the parent of an element. @pad: - - - - - -@element: -@Returns: - - @@ -852,29 +583,6 @@ Sets the parent of an element. @Returns: - - - - - -@element: -@name: -@Returns: - - - - - - - -@element: -@Returns: - - - - - - @@ -1048,49 +756,6 @@ Sets the parent of an element. @Returns: - - - - - -@element: -@tag_list: - - - - - - - -@element: -@pad: -@timestamp: -@list: - - - - - - - -@element: - - - - - - - -@element: -@domain: -@code: -@message: -@debug: -@file: -@function: -@line: - - @@ -1107,6 +772,7 @@ Sets the parent of an element. @element: @locked_state: +@Returns: @@ -1124,6 +790,9 @@ Sets the parent of an element. @element: +@state: +@pending: +@timeout: @Returns: @@ -1137,14 +806,6 @@ Sets the parent of an element. @Returns: - - - - - -@element: - - @@ -1163,17 +824,6 @@ Sets the parent of an element. @Returns: - - - - - -@element: -@Returns: - - - - diff --git a/docs/gst/tmpl/gstelementdetails.sgml b/docs/gst/tmpl/gstelementdetails.sgml index 0a6856e6f4..8c57fce9b1 100644 --- a/docs/gst/tmpl/gstelementdetails.sgml +++ b/docs/gst/tmpl/gstelementdetails.sgml @@ -24,5 +24,4 @@ describes the element, mostly for the benefit of editors. @klass: @description: @author: -@_gst_reserved: diff --git a/docs/gst/tmpl/gstelementfactory.sgml b/docs/gst/tmpl/gstelementfactory.sgml index aac5b9f99e..d9b887df26 100644 --- a/docs/gst/tmpl/gstelementfactory.sgml +++ b/docs/gst/tmpl/gstelementfactory.sgml @@ -184,23 +184,3 @@ so that the autopluggers can select a plugin more appropriatly @Returns: - - - - - -@factory: -@caps: -@Returns: - - - - - - - -@factory: -@caps: -@Returns: - - diff --git a/docs/gst/tmpl/gsterror.sgml b/docs/gst/tmpl/gsterror.sgml index 9fa9b39de2..e03900acc6 100644 --- a/docs/gst/tmpl/gsterror.sgml +++ b/docs/gst/tmpl/gsterror.sgml @@ -123,16 +123,6 @@ Generates an human readable error message out of an errno number. - - - - - -@domain: -@code: -@Returns: - - diff --git a/docs/gst/tmpl/gstevent.sgml b/docs/gst/tmpl/gstevent.sgml index 953aaa6e51..6e6833c8c0 100644 --- a/docs/gst/tmpl/gstevent.sgml +++ b/docs/gst/tmpl/gstevent.sgml @@ -45,7 +45,6 @@ The different major types of events. @GST_EVENT_UNKNOWN: unknown event. @GST_EVENT_EOS: an end-of-stream event. @GST_EVENT_FLUSH: a flush event. -@GST_EVENT_EMPTY: an empty event. @GST_EVENT_DISCONTINUOUS: a discontinuous event to indicate the stream has a discontinuity. @GST_EVENT_QOS: a quality of service event @GST_EVENT_SEEK: a seek event. @@ -53,20 +52,9 @@ The different major types of events. @GST_EVENT_SEGMENT_DONE: the event that will be emited when the segment seek has ended @GST_EVENT_SIZE: a size suggestion for a peer element @GST_EVENT_RATE: adjust the output rate of an element -@GST_EVENT_FILLER: a dummy event that should be ignored by plugins -@GST_EVENT_TS_OFFSET: an event to set the time offset on buffers -@GST_EVENT_INTERRUPT: mainly used by _get based elements when they were interrupted - while waiting for a buffer. @GST_EVENT_NAVIGATION: @GST_EVENT_TAG: - - - - - - - The name used for memory allocation tracing @@ -267,15 +255,6 @@ Indicates how accurate the event was performed. @event: The event to query - - -Flag that indicates the discont event was because of a new media -type. - - -@event: The event to operate on - - The offset of the discont event. A discont event can hold up to 8 different @@ -407,10 +386,12 @@ Copy the event using the event specific copy function -@new_media: +@rate: @format1: @Varargs: @Returns: + +@new_media: @@ -418,10 +399,12 @@ Copy the event using the event specific copy function -@new_media: +@rate: @format1: @var_args: @Returns: + +@new_media: @@ -431,8 +414,11 @@ Copy the event using the event specific copy function @event: @format: -@value: +@start_value: +@end_value: @Returns: + +@value: @@ -442,10 +428,12 @@ Create a new dummy event that should be ignored - + Create a new flush event. +@done: +@Returns: diff --git a/docs/gst/tmpl/gstobject.sgml b/docs/gst/tmpl/gstobject.sgml index 2c60d982a4..16fb2d863a 100644 --- a/docs/gst/tmpl/gstobject.sgml +++ b/docs/gst/tmpl/gstobject.sgml @@ -72,6 +72,12 @@ object. +@refcount: +@lock: +@name: +@parent: +@flags: +@name_prefix: @@ -119,8 +125,9 @@ The name of the object Flags for an object -@GST_DESTROYED: The object is flagged for destruction -@GST_FLOATING: The object is created but has no parent yet to manage it +@GST_OBJECT_DISPOSING: +@GST_OBJECT_DESTROYED: +@GST_OBJECT_FLOATING: @GST_OBJECT_FLAG_LAST: subclasses can add additional flags starting from this flag @@ -174,22 +181,6 @@ Get the parent of this object @obj: Object to get the parent of. - - -Check if the object has been destroyed. - - -@obj: The Object to check - - - - -Check if the object is floating. - - -@obj: The Object to check - - This macro will obtain a lock on the object, making serialization @@ -230,6 +221,9 @@ Acquire a reference to the mutex of this object. @object: +@name_prefix: +@Returns: + @name: @@ -249,6 +243,7 @@ Acquire a reference to the mutex of this object. @object: @parent: +@Returns: @@ -323,6 +318,7 @@ Acquire a reference to the mutex of this object. @object: the object +@Returns: diff --git a/docs/gst/tmpl/gstpad.sgml b/docs/gst/tmpl/gstpad.sgml index c386b91fb6..e532f19a5b 100644 --- a/docs/gst/tmpl/gstpad.sgml +++ b/docs/gst/tmpl/gstpad.sgml @@ -74,12 +74,12 @@ Last reviewed on December 13th, 2002 (0.5.0.1) The result of a pad link. +@GST_PAD_LINK_NOSCHED: +@GST_PAD_LINK_NOFORMAT: @GST_PAD_LINK_REFUSED: the link was refused. -@GST_PAD_LINK_DELAYED: the link was delayed, probably because the - element needs more specific pad capabilitiess. +@GST_PAD_LINK_WRONG_DIRECTION: +@GST_PAD_LINK_WAS_LINKED: @GST_PAD_LINK_OK: the link succeeded. -@GST_PAD_LINK_DONE: the link succeeded, - any more attempts are not needed. @@ -134,20 +134,13 @@ A function that will be called when chaining buffers. @pad: the #GstPad that performed the chain. -@data: +@buffer: +@Returns: +@data: @buf: the #GstBuffer that is chained. - - -A function that will be called when pulling a buffer. - - -@pad: the #GstPad to get a buffer from. -@Returns: the #GstBuffer pulled. - - Function signature to handle an event for the pad. @@ -227,8 +220,10 @@ Function signature to handle a new link on the pad. @pad: the #GstPad that is linked. -@caps: the peer's #GstCaps. +@peer: @Returns: the result of the link with the specified caps. + +@caps: the peer's #GstCaps. @@ -252,16 +247,6 @@ be overridden. @caps: the peer's #GstCaps, can be used to filter the capabilities. - - - - - -@pad: -@caps: -@Returns: - - @@ -270,6 +255,7 @@ be overridden. @pad: @offset: @size: +@caps: @Returns: @@ -298,9 +284,11 @@ The direction of a pad. Flags for the pad. -@GST_PAD_DISABLED: the pad is disabled. -@GST_PAD_NEGOTIATING: -@GST_PAD_DISPATCHING: +@GST_PAD_ACTIVE: +@GST_PAD_BLOCKED: +@GST_PAD_FLUSHING: +@GST_PAD_IN_GETCAPS: +@GST_PAD_IN_SETCAPS: @GST_PAD_FLAG_LAST: subclasses can use this number to enumerate their flags. @@ -401,14 +389,6 @@ Checks if the pad is active. @pad: - - - - - -@pad: - - Checks if a pad is usable. A usable pad is both linked and active. @@ -493,7 +473,7 @@ gst_element_request_pad_by_name() or gst_element_request_compatible_pad(). @Returns: - + @@ -502,7 +482,7 @@ gst_element_request_pad_by_name() or gst_element_request_compatible_pad(). @name: - + @@ -526,6 +506,9 @@ gst_element_request_pad_by_name() or gst_element_request_compatible_pad(). @pad: +@mode: +@Returns: + @active: @@ -556,7 +539,7 @@ gst_element_request_pad_by_name() or gst_element_request_compatible_pad(). @Returns: - + @@ -565,7 +548,7 @@ gst_element_request_pad_by_name() or gst_element_request_compatible_pad(). @parent: - + @@ -583,42 +566,6 @@ gst_element_request_pad_by_name() or gst_element_request_compatible_pad(). @Returns: - - - - - -@pad: -@Returns: - - - - - - - -@pad: -@ghostpad: - - - - - - - -@pad: -@ghostpad: - - - - - - - -@pad: -@Returns: - - @@ -647,6 +594,7 @@ gst_element_request_pad_by_name() or gst_element_request_compatible_pad(). @pad: @offset: @size: +@caps: @Returns: @@ -659,15 +607,6 @@ gst_element_request_pad_by_name() or gst_element_request_compatible_pad(). @chain: - - - - - -@pad: -@get: - - @@ -771,6 +710,7 @@ gst_element_request_pad_by_name() or gst_element_request_compatible_pad(). @srcpad: @sinkpad: +@Returns: @@ -800,15 +740,6 @@ gst_element_request_pad_by_name() or gst_element_request_compatible_pad(). @Returns: - - - - - -@pad: -@Returns: - - @@ -827,36 +758,6 @@ gst_element_request_pad_by_name() or gst_element_request_compatible_pad(). @Returns: - - - - - -@pad: -@caps: -@Returns: - - - - - - - -@pad: -@caps: -@Returns: - - - - - - - -@srcpad: -@sinkpad: -@Returns: - - @@ -866,72 +767,6 @@ gst_element_request_pad_by_name() or gst_element_request_compatible_pad(). @getcaps: - - - - - -@pad: -@fixate: - - - - - - - -@pad: -@Returns: - - - - - - - -@pad: -@caps: -@Returns: - - - - - - - -@pad: -@caps: -@Returns: - - - - - - - -@pad: -@caps: -@Returns: - - - - - - - -@pad: -@caps: -@Returns: - - - - - - - -@pad: - - @@ -943,89 +778,28 @@ gst_element_request_pad_by_name() or gst_element_request_compatible_pad(). @Returns: - - - - - -@srcpad: -@sinkpad: -@Returns: - - - - - - - -@pad: -@Returns: - - - - - - - -@pad: - - - - - - - -@srcpad: -@sinkpad: -@filtercaps: -@Returns: - - -@pad: +@srcpad: @Returns: - - - - - - - + @pad: - - - - - -@pad: -@allowed: -@Returns: - - @pad: -@data: - -@buf: - - - - - - - -@pad: +@buffer: @Returns: + +@data: +@buf: @@ -1048,72 +822,6 @@ gst_element_request_pad_by_name() or gst_element_request_compatible_pad(). @Returns: - - - - - -@pad: -@Varargs: -@Returns: - -@padlist: - - - - - - - -@padlist: -@Returns: - -@pad: -@Varargs: - - - - - - - -@pad: -@varargs: -@Returns: - - - - - - - -@selected: -@pad: -@Varargs: -@Returns: - - - - - - - -@selected: -@padlist: -@Returns: - - - - - - - -@selected: -@pad: -@varargs: -@Returns: - - diff --git a/docs/gst/tmpl/gstpadtemplate.sgml b/docs/gst/tmpl/gstpadtemplate.sgml index ce843c0491..1cc95f927b 100644 --- a/docs/gst/tmpl/gstpadtemplate.sgml +++ b/docs/gst/tmpl/gstpadtemplate.sgml @@ -196,13 +196,3 @@ Flags for the padtemplate @Returns: - - - - - -@templ: -@name: -@Returns: - - diff --git a/docs/gst/tmpl/gstscheduler.sgml b/docs/gst/tmpl/gstscheduler.sgml index e2ffbf5134..1d19a64cc9 100644 --- a/docs/gst/tmpl/gstscheduler.sgml +++ b/docs/gst/tmpl/gstscheduler.sgml @@ -25,8 +25,6 @@ This is a base class for custom schedulers. Flags for the scheduler -@GST_SCHEDULER_FLAG_FIXED_CLOCK: The scheduler has a fixed clock -@GST_SCHEDULER_FLAG_NEW_API: @GST_SCHEDULER_FLAG_LAST: subclasses can start numbering their flags starting from here. @@ -46,16 +44,6 @@ Get the state of the scheduler. @sched: the scheduler to get the state of. - - -The state of the scheduler - - -@GST_SCHEDULER_STATE_NONE: no state -@GST_SCHEDULER_STATE_RUNNING: the scheduler is running -@GST_SCHEDULER_STATE_STOPPED: the scheduler is stopped -@GST_SCHEDULER_STATE_ERROR: the scheduler is in error - @@ -72,139 +60,6 @@ The state of the scheduler @sched: - - - - - -@sched: -@element: - - - - - - - -@sched: -@element: - - - - - - - -@sched: -@sched2: - - - - - - - -@sched: -@sched2: - - - - - - - -@sched: -@element: -@transition: -@Returns: - - - - - - - -@sched: -@element: - - - - - - - -@sched: -@element: - - - - - - - -@sched: -@element: - - - - - - - -@sched: -@element: -@Returns: - - - - - - - -@sched: -@element: -@Returns: - - - - - - - -@sched: -@element: - - - - - - - -@sched: -@srcpad: -@sinkpad: - - - - - - - -@sched: -@srcpad: -@sinkpad: - - - - - - - -@sched: -@padlist: -@Returns: - - @@ -220,50 +75,6 @@ The state of the scheduler @time: - - - - - -@sched: -@Returns: - - - - - - - -@sched: -@clock: - - - - - - - -@sched: -@clock: - - - - - - - -@sched: -@Returns: - - - - - - - -@sched: - - diff --git a/docs/gst/tmpl/gststructure.sgml b/docs/gst/tmpl/gststructure.sgml index a0b2b7eab4..827f345238 100644 --- a/docs/gst/tmpl/gststructure.sgml +++ b/docs/gst/tmpl/gststructure.sgml @@ -20,9 +20,6 @@ Generic structure containing fields of names and values @type: -@name: -@fields: -@_gst_reserved: diff --git a/docs/gst/tmpl/gstthread.sgml b/docs/gst/tmpl/gstthread.sgml index b4f1918d06..faebee8c62 100644 --- a/docs/gst/tmpl/gstthread.sgml +++ b/docs/gst/tmpl/gstthread.sgml @@ -18,63 +18,3 @@ A Thread can act as a toplevel bin as it has its own scheduler. #GstBin, #GstPipeline - - - - - - - - - - - -@gstthread: the object which received the signal. - - - -The thread priority - - - - - - - - - - -Thread flags: - - -@GST_THREAD_STATE_SPINNING: The thread is runnning -@GST_THREAD_STATE_REAPING: The thread is ending. -@GST_THREAD_STATE_WAITING: -@GST_THREAD_FLAG_LAST: subclass use this to start their enumeration - - - - - - -@name: -@Returns: - - - - - - - -@thread: -@priority: - - - - - - - -@Returns: - -