mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 19:21:06 +00:00
docs/gst/tmpl: Commit whatever automagic updates gtkdoc is doing.
Original commit message from CVS: 2005-02-10 Andy Wingo <wingo@pobox.com> * docs/gst/tmpl: Commit whatever automagic updates gtkdoc is doing.
This commit is contained in:
parent
e880a5522f
commit
e0b0e3dab2
11 changed files with 24 additions and 120 deletions
|
@ -1,5 +1,8 @@
|
|||
2005-02-10 Andy Wingo <wingo@pobox.com>
|
||||
|
||||
* docs/gst/tmpl: Commit whatever automagic updates gtkdoc is
|
||||
doing.
|
||||
|
||||
* testsuite/bytestream: Removed, getrange replaces bytestream in
|
||||
-THREADED.
|
||||
|
||||
|
|
|
@ -140,33 +140,3 @@ pipeline</ulink> and Microsoft's DirectShow for some background.
|
|||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gst_use_threads ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@use_threads:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gst_has_threads ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gst_main ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gst_main_quit ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -301,6 +301,16 @@ If the refcount is 1, this function just returns the original buffer.
|
|||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gst_buffer_join ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@buf1:
|
||||
@buf2:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gst_buffer_merge ##### -->
|
||||
<para>
|
||||
|
||||
|
|
|
@ -28,16 +28,6 @@ clock so that the clock is always a good measure of the time in the pipeline.
|
|||
|
||||
@flags:
|
||||
|
||||
<!-- ##### ARG GstClock:event-diff ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GstClock:max-diff ##### -->
|
||||
<para>
|
||||
Maximum allowed diff for clock sync requests against the real time.
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GstClock:stats ##### -->
|
||||
<para>
|
||||
Boolean property to activate stat generation on the clock.
|
||||
|
@ -143,6 +133,7 @@ All pending timeouts or periodic notifies are converted into
|
|||
an entry.
|
||||
</para>
|
||||
|
||||
@refcount:
|
||||
|
||||
<!-- ##### USER_FUNCTION GstClockCallback ##### -->
|
||||
<para>
|
||||
|
@ -156,15 +147,6 @@ The function prototype of the callback.
|
|||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### ENUM GstClockEntryStatus ##### -->
|
||||
<para>
|
||||
The status of a clock timeout.
|
||||
</para>
|
||||
|
||||
@GST_CLOCK_ENTRY_OK: timeout happened
|
||||
@GST_CLOCK_ENTRY_EARLY: request for timout that has been passed
|
||||
@GST_CLOCK_ENTRY_RESTART: need to restart the timeout request
|
||||
|
||||
<!-- ##### ENUM GstClockEntryType ##### -->
|
||||
<para>
|
||||
The type of the clock entry
|
||||
|
@ -226,12 +208,13 @@ The status of the entry
|
|||
The return value of a clock operation.
|
||||
</para>
|
||||
|
||||
@GST_CLOCK_UNSCHEDULED:
|
||||
@GST_CLOCK_TIMEOUT: The operation timed out.
|
||||
@GST_CLOCK_OK:
|
||||
@GST_CLOCK_EARLY: The operation was scheduled too late.
|
||||
@GST_CLOCK_UNSCHEDULED:
|
||||
@GST_CLOCK_BUSY:
|
||||
@GST_CLOCK_BADTIME:
|
||||
@GST_CLOCK_ERROR: An error occured
|
||||
@GST_CLOCK_UNSUPPORTED: Operation is not supported
|
||||
@GST_CLOCK_OK:
|
||||
|
||||
<!-- ##### ENUM GstClockFlags ##### -->
|
||||
<para>
|
||||
|
@ -243,7 +226,6 @@ The capabilities of this clock
|
|||
@GST_CLOCK_FLAG_CAN_DO_PERIODIC_SYNC: This clock can do sync periodic timeout requests
|
||||
@GST_CLOCK_FLAG_CAN_DO_PERIODIC_ASYNC: This clock can do async periodic timeout callbacks
|
||||
@GST_CLOCK_FLAG_CAN_SET_RESOLUTION: The resolution of this clock can be changed
|
||||
@GST_CLOCK_FLAG_CAN_SET_SPEED: The speed of this clock can be changed
|
||||
|
||||
<!-- ##### MACRO GST_CLOCK_FLAGS ##### -->
|
||||
<para>
|
||||
|
@ -281,15 +263,6 @@ Get the clock flags
|
|||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gst_clock_get_next_id ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@clock:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gst_clock_new_single_shot_id ##### -->
|
||||
<para>
|
||||
|
||||
|
@ -349,19 +322,3 @@ Get the clock flags
|
|||
@id:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gst_clock_id_unlock ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@id:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gst_clock_id_free ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@id:
|
||||
|
||||
|
||||
|
|
|
@ -74,6 +74,7 @@ and gst_element_set_clock(). You can wait for the clock to reach a given
|
|||
@state_cond:
|
||||
@current_state:
|
||||
@pending_state:
|
||||
@state_error:
|
||||
@manager:
|
||||
@bus:
|
||||
@scheduler:
|
||||
|
|
|
@ -80,6 +80,7 @@ They're typically used by decoders, demuxers, converters, ...
|
|||
@GST_STREAM_ERROR_NOT_IMPLEMENTED:
|
||||
@GST_STREAM_ERROR_TYPE_NOT_FOUND:
|
||||
@GST_STREAM_ERROR_WRONG_TYPE:
|
||||
@GST_STREAM_ERROR_INVALID_DATA:
|
||||
@GST_STREAM_ERROR_CODEC_NOT_FOUND:
|
||||
@GST_STREAM_ERROR_DECODE:
|
||||
@GST_STREAM_ERROR_ENCODE:
|
||||
|
|
|
@ -100,11 +100,3 @@ of formats.
|
|||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gst_format_get_definitions ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@Returns:
|
||||
|
||||
|
||||
|
|
|
@ -26,6 +26,10 @@ the pipeline, use gst_object_unref() to free its resources.
|
|||
|
||||
</para>
|
||||
|
||||
@fixed_clock:
|
||||
@start_time:
|
||||
@stream_time:
|
||||
@eosed:
|
||||
|
||||
<!-- ##### FUNCTION gst_pipeline_new ##### -->
|
||||
<para>
|
||||
|
|
|
@ -95,11 +95,3 @@ Convenience function to define a function that returns an array of query types.
|
|||
@Param1:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gst_query_type_get_definitions ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@Returns:
|
||||
|
||||
|
||||
|
|
|
@ -60,29 +60,6 @@ Get the state of the scheduler.
|
|||
@sched:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gst_scheduler_clock_wait ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@sched:
|
||||
@element:
|
||||
@id:
|
||||
@jitter:
|
||||
@Returns:
|
||||
<!-- # Unused Parameters # -->
|
||||
@clock:
|
||||
@time:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gst_scheduler_show ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@sched:
|
||||
|
||||
|
||||
<!-- ##### MACRO GST_SCHEDULER_DEFAULT_NAME ##### -->
|
||||
<para>
|
||||
|
||||
|
|
|
@ -21,9 +21,6 @@ system time.
|
|||
</para>
|
||||
|
||||
@clock:
|
||||
@mutex:
|
||||
@cond:
|
||||
@_gst_reserved:
|
||||
|
||||
<!-- ##### FUNCTION gst_system_clock_obtain ##### -->
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue