mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-29 05:01:23 +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>
|
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
|
* testsuite/bytestream: Removed, getrange replaces bytestream in
|
||||||
-THREADED.
|
-THREADED.
|
||||||
|
|
||||||
|
|
|
@ -140,33 +140,3 @@ pipeline</ulink> and Microsoft's DirectShow for some background.
|
||||||
@Returns:
|
@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:
|
@Returns:
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### FUNCTION gst_buffer_join ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@buf1:
|
||||||
|
@buf2:
|
||||||
|
@Returns:
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION gst_buffer_merge ##### -->
|
<!-- ##### FUNCTION gst_buffer_merge ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
|
|
|
@ -28,16 +28,6 @@ clock so that the clock is always a good measure of the time in the pipeline.
|
||||||
|
|
||||||
@flags:
|
@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 ##### -->
|
<!-- ##### ARG GstClock:stats ##### -->
|
||||||
<para>
|
<para>
|
||||||
Boolean property to activate stat generation on the clock.
|
Boolean property to activate stat generation on the clock.
|
||||||
|
@ -143,6 +133,7 @@ All pending timeouts or periodic notifies are converted into
|
||||||
an entry.
|
an entry.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
@refcount:
|
||||||
|
|
||||||
<!-- ##### USER_FUNCTION GstClockCallback ##### -->
|
<!-- ##### USER_FUNCTION GstClockCallback ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
@ -156,15 +147,6 @@ The function prototype of the callback.
|
||||||
@Returns:
|
@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 ##### -->
|
<!-- ##### ENUM GstClockEntryType ##### -->
|
||||||
<para>
|
<para>
|
||||||
The type of the clock entry
|
The type of the clock entry
|
||||||
|
@ -226,12 +208,13 @@ The status of the entry
|
||||||
The return value of a clock operation.
|
The return value of a clock operation.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@GST_CLOCK_UNSCHEDULED:
|
@GST_CLOCK_OK:
|
||||||
@GST_CLOCK_TIMEOUT: The operation timed out.
|
|
||||||
@GST_CLOCK_EARLY: The operation was scheduled too late.
|
@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_ERROR: An error occured
|
||||||
@GST_CLOCK_UNSUPPORTED: Operation is not supported
|
@GST_CLOCK_UNSUPPORTED: Operation is not supported
|
||||||
@GST_CLOCK_OK:
|
|
||||||
|
|
||||||
<!-- ##### ENUM GstClockFlags ##### -->
|
<!-- ##### ENUM GstClockFlags ##### -->
|
||||||
<para>
|
<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_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_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_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 ##### -->
|
<!-- ##### MACRO GST_CLOCK_FLAGS ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
@ -281,15 +263,6 @@ Get the clock flags
|
||||||
@Returns:
|
@Returns:
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION gst_clock_get_next_id ##### -->
|
|
||||||
<para>
|
|
||||||
|
|
||||||
</para>
|
|
||||||
|
|
||||||
@clock:
|
|
||||||
@Returns:
|
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION gst_clock_new_single_shot_id ##### -->
|
<!-- ##### FUNCTION gst_clock_new_single_shot_id ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
|
@ -349,19 +322,3 @@ Get the clock flags
|
||||||
@id:
|
@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:
|
@state_cond:
|
||||||
@current_state:
|
@current_state:
|
||||||
@pending_state:
|
@pending_state:
|
||||||
|
@state_error:
|
||||||
@manager:
|
@manager:
|
||||||
@bus:
|
@bus:
|
||||||
@scheduler:
|
@scheduler:
|
||||||
|
|
|
@ -80,6 +80,7 @@ They're typically used by decoders, demuxers, converters, ...
|
||||||
@GST_STREAM_ERROR_NOT_IMPLEMENTED:
|
@GST_STREAM_ERROR_NOT_IMPLEMENTED:
|
||||||
@GST_STREAM_ERROR_TYPE_NOT_FOUND:
|
@GST_STREAM_ERROR_TYPE_NOT_FOUND:
|
||||||
@GST_STREAM_ERROR_WRONG_TYPE:
|
@GST_STREAM_ERROR_WRONG_TYPE:
|
||||||
|
@GST_STREAM_ERROR_INVALID_DATA:
|
||||||
@GST_STREAM_ERROR_CODEC_NOT_FOUND:
|
@GST_STREAM_ERROR_CODEC_NOT_FOUND:
|
||||||
@GST_STREAM_ERROR_DECODE:
|
@GST_STREAM_ERROR_DECODE:
|
||||||
@GST_STREAM_ERROR_ENCODE:
|
@GST_STREAM_ERROR_ENCODE:
|
||||||
|
|
|
@ -100,11 +100,3 @@ of formats.
|
||||||
@Returns:
|
@Returns:
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION gst_format_get_definitions ##### -->
|
|
||||||
<para>
|
|
||||||
|
|
||||||
</para>
|
|
||||||
|
|
||||||
@Returns:
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -26,6 +26,10 @@ the pipeline, use gst_object_unref() to free its resources.
|
||||||
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
@fixed_clock:
|
||||||
|
@start_time:
|
||||||
|
@stream_time:
|
||||||
|
@eosed:
|
||||||
|
|
||||||
<!-- ##### FUNCTION gst_pipeline_new ##### -->
|
<!-- ##### FUNCTION gst_pipeline_new ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
|
@ -95,11 +95,3 @@ Convenience function to define a function that returns an array of query types.
|
||||||
@Param1:
|
@Param1:
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION gst_query_type_get_definitions ##### -->
|
|
||||||
<para>
|
|
||||||
|
|
||||||
</para>
|
|
||||||
|
|
||||||
@Returns:
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -60,29 +60,6 @@ Get the state of the scheduler.
|
||||||
@sched:
|
@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 ##### -->
|
<!-- ##### MACRO GST_SCHEDULER_DEFAULT_NAME ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
|
|
|
@ -21,9 +21,6 @@ system time.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@clock:
|
@clock:
|
||||||
@mutex:
|
|
||||||
@cond:
|
|
||||||
@_gst_reserved:
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION gst_system_clock_obtain ##### -->
|
<!-- ##### FUNCTION gst_system_clock_obtain ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
Loading…
Reference in a new issue