mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
whoops, wrong commit
Original commit message from CVS: whoops, wrong commit
This commit is contained in:
parent
58a4a1a7bf
commit
d587018043
17 changed files with 49 additions and 11 deletions
2
common
2
common
|
@ -1 +1 @@
|
||||||
Subproject commit 9563779845a70c73dd9bc9ff6750b155e2b4cba2
|
Subproject commit beb88603e0babccd4e8548b676b4b5c9dd6e28db
|
|
@ -65,6 +65,9 @@ and gst_element_set_clock(). You can wait for the clock to reach a given
|
||||||
|
|
||||||
<!-- basic object functions -->
|
<!-- basic object functions -->
|
||||||
|
|
||||||
|
<!-- ##### SECTION Stability_Level ##### -->
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### STRUCT GstElement ##### -->
|
<!-- ##### STRUCT GstElement ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
|
@ -970,16 +973,6 @@ Sets the parent of an element.
|
||||||
@Returns:
|
@Returns:
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION gst_element_set_state_async ##### -->
|
|
||||||
<para>
|
|
||||||
|
|
||||||
</para>
|
|
||||||
|
|
||||||
@element:
|
|
||||||
@state:
|
|
||||||
@Returns:
|
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION gst_element_state_get_name ##### -->
|
<!-- ##### FUNCTION gst_element_state_get_name ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
|
|
|
@ -14,3 +14,6 @@ all gstreamer core related enumerations
|
||||||
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
<!-- ##### SECTION Stability_Level ##### -->
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -14,6 +14,9 @@ Core interface implemented by #GstElements that allows runtime querying of inter
|
||||||
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
<!-- ##### SECTION Stability_Level ##### -->
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### STRUCT GstImplementsInterface ##### -->
|
<!-- ##### STRUCT GstImplementsInterface ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
|
|
|
@ -15,6 +15,9 @@ in a pipeline.
|
||||||
#GstIndexFactory
|
#GstIndexFactory
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
<!-- ##### SECTION Stability_Level ##### -->
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### STRUCT GstIndex ##### -->
|
<!-- ##### STRUCT GstIndex ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
|
|
|
@ -14,6 +14,9 @@ GstIndexFactory is used to dynamically create GstIndex implementations.
|
||||||
#GstIndex
|
#GstIndex
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
<!-- ##### SECTION Stability_Level ##### -->
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### STRUCT GstIndexFactory ##### -->
|
<!-- ##### STRUCT GstIndexFactory ##### -->
|
||||||
<para>
|
<para>
|
||||||
The GstIndexFactory object
|
The GstIndexFactory object
|
||||||
|
|
|
@ -68,6 +68,9 @@ categories. These are explained at GST_DEBUG_CATEGORY_INIT().
|
||||||
and environment variables that affect the debugging output.
|
and environment variables that affect the debugging output.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
<!-- ##### SECTION Stability_Level ##### -->
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### ENUM GstDebugLevel ##### -->
|
<!-- ##### ENUM GstDebugLevel ##### -->
|
||||||
<para>
|
<para>
|
||||||
The level defines the importance of a debugging message. The more important a
|
The level defines the importance of a debugging message. The more important a
|
||||||
|
|
|
@ -67,6 +67,9 @@ object.
|
||||||
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
<!-- ##### SECTION Stability_Level ##### -->
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### STRUCT GstObject ##### -->
|
<!-- ##### STRUCT GstObject ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
|
|
|
@ -57,6 +57,9 @@ Last reviewed on December 13th, 2002 (0.5.0.1)
|
||||||
#GstPadTemplate, #GstElement, #GstEvent
|
#GstPadTemplate, #GstElement, #GstEvent
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
<!-- ##### SECTION Stability_Level ##### -->
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### STRUCT GstPad ##### -->
|
<!-- ##### STRUCT GstPad ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
|
|
|
@ -73,6 +73,9 @@ The following example shows you how to add the padtemplate to an elementfactory:
|
||||||
#GstPad, #GstElementFactory
|
#GstPad, #GstElementFactory
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
<!-- ##### SECTION Stability_Level ##### -->
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### STRUCT GstPadTemplate ##### -->
|
<!-- ##### STRUCT GstPadTemplate ##### -->
|
||||||
<para>
|
<para>
|
||||||
The padtemplate object.
|
The padtemplate object.
|
||||||
|
|
|
@ -21,6 +21,9 @@ the pipeline, use gst_object_unref() to free its resources.
|
||||||
#GstBin
|
#GstBin
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
<!-- ##### SECTION Stability_Level ##### -->
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### STRUCT GstPipeline ##### -->
|
<!-- ##### STRUCT GstPipeline ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
|
|
|
@ -35,6 +35,9 @@ to bring the plugin into memory.
|
||||||
#GstPluginFeature, #GstType, #GstAutoplug, #GstElementFactory
|
#GstPluginFeature, #GstType, #GstAutoplug, #GstElementFactory
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
<!-- ##### SECTION Stability_Level ##### -->
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION gst_plugin_error_quark ##### -->
|
<!-- ##### FUNCTION gst_plugin_error_quark ##### -->
|
||||||
<para>
|
<para>
|
||||||
Get the error quark
|
Get the error quark
|
||||||
|
|
|
@ -14,6 +14,9 @@ This is a base class for anything that can be added to a #GstPlugin.
|
||||||
#GstPlugin
|
#GstPlugin
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
<!-- ##### SECTION Stability_Level ##### -->
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### STRUCT GstPluginFeature ##### -->
|
<!-- ##### STRUCT GstPluginFeature ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
|
|
|
@ -14,6 +14,9 @@ various global enums and constants
|
||||||
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
<!-- ##### SECTION Stability_Level ##### -->
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### ENUM GstState ##### -->
|
<!-- ##### ENUM GstState ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
|
|
|
@ -14,6 +14,9 @@ GValue implementations specific to GStreamer
|
||||||
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
<!-- ##### SECTION Stability_Level ##### -->
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### MACRO GST_VALUE_HOLDS_FOURCC ##### -->
|
<!-- ##### MACRO GST_VALUE_HOLDS_FOURCC ##### -->
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -27,6 +27,9 @@ network connections also need a protocol to do this.
|
||||||
#GstBuffer, #GstCaps, #GstEvent
|
#GstBuffer, #GstCaps, #GstEvent
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
<!-- ##### SECTION Stability_Level ##### -->
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### ENUM GstDPHeaderFlag ##### -->
|
<!-- ##### ENUM GstDPHeaderFlag ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
|
|
|
@ -14,6 +14,9 @@ accelerated routines for getting bits from a data stream.
|
||||||
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
<!-- ##### SECTION Stability_Level ##### -->
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### STRUCT gst_getbits_t ##### -->
|
<!-- ##### STRUCT gst_getbits_t ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue