Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
luzpaz
gstreamer
Commits
fa4df165
Commit
fa4df165
authored
Dec 19, 2002
by
Wim Taymans
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Small updates
Original commit message from CVS: Small updates
parent
bcec5c6c
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
34 additions
and
11 deletions
+34
-11
docs/gst/tmpl/gst.sgml
docs/gst/tmpl/gst.sgml
+2
-1
docs/gst/tmpl/gstbin.sgml
docs/gst/tmpl/gstbin.sgml
+15
-6
docs/gst/tmpl/gstbuffer.sgml
docs/gst/tmpl/gstbuffer.sgml
+0
-1
docs/gst/tmpl/gstreamer-unused.sgml
docs/gst/tmpl/gstreamer-unused.sgml
+9
-0
docs/gst/tmpl/gstregistry.sgml
docs/gst/tmpl/gstregistry.sgml
+1
-0
docs/gst/tmpl/gstxml.sgml
docs/gst/tmpl/gstxml.sgml
+7
-3
No files found.
docs/gst/tmpl/gst.sgml
View file @
fa4df165
...
...
@@ -71,7 +71,8 @@ fragment:
to find the version at compile time.
</para>
<para>
gst_main() and gst_main_quit() enter and exit the main loop.
gst_main() and gst_main_quit() enter and exit the main loop. GStreamer doesn't currently require
you to us a mainloop but can intergrate with it without problems.
</para>
<!-- ##### SECTION See_Also ##### -->
...
...
docs/gst/tmpl/gstbin.sgml
View file @
fa4df165
...
...
@@ -43,6 +43,8 @@ gst_bin_destroy() is used to destroy the bin.
To control the selection of the clock in a bin, you can use the following methods:
gst_bin_auto_clock() to let the bin select a clock automatically, gst_bin_get_clock() to
get the current clock of the bin and gst_bin_use_clock() to specify a clock explicitly.
Note that the default behaviour is to automatically select a clock from one of the
clock providers in the bin.
</para>
<!-- ##### SECTION See_Also ##### -->
...
...
@@ -74,7 +76,7 @@ gst_bin_set_pre_iterate_function() and gst_bin_set_post_iterate_function().
</para>
@bin: The bin that performed the callback
@data: user data
@
user_
data: user data
<!-- ##### FUNCTION gst_bin_new ##### -->
...
...
@@ -167,7 +169,7 @@ Free the memory allocated by this bin
@bin:
@func:
@
func
_data:
@
user
_data:
<!-- ##### FUNCTION gst_bin_set_pre_iterate_function ##### -->
...
...
@@ -177,7 +179,7 @@ Free the memory allocated by this bin
@bin:
@func:
@
func
_data:
@
user
_data:
<!-- ##### FUNCTION gst_bin_child_state_change ##### -->
...
...
@@ -217,12 +219,19 @@ Free the memory allocated by this bin
@clock:
<!-- ##### SIGNAL GstBin::
objec
t-added ##### -->
<!-- ##### SIGNAL GstBin::
elemen
t-added ##### -->
<para>
is signaled whenever a new <classname>GstElement</classname> is added to the <classname>GstBin</classname>
</para>
@gstbin: the object which received the signal.
@arg1: the element that was added
@arg1:
<!-- ##### SIGNAL GstBin::element-removed ##### -->
<para>
</para>
@gstbin: the object which received the signal.
@arg1:
docs/gst/tmpl/gstbuffer.sgml
View file @
fa4df165
...
...
@@ -374,7 +374,6 @@ Frees the given buffer, regardless of the refcount.
It is dangerous to use this function, you should use gst_buffer_unref() instead.
</para>
@buf:
@buf: a #GstBuffer to free.
...
...
docs/gst/tmpl/gstreamer-unused.sgml
View file @
fa4df165
...
...
@@ -4124,6 +4124,15 @@ The frequency.
@cost:
@endpoint:
<!-- ##### SIGNAL GstBin::object-added ##### -->
<para>
is signaled whenever a new <classname>GstElement</classname> is added to the <classname>GstBin</classname>
</para>
@gstbin: the object which received the signal.
@arg1: the element that was added
<!-- ##### STRUCT GstBinClass ##### -->
<para>
...
...
docs/gst/tmpl/gstregistry.sgml
View file @
fa4df165
...
...
@@ -49,6 +49,7 @@ The registry object
@loaded:
@plugins:
@paths:
@dummy:
<!-- ##### FUNCTION gst_registry_load ##### -->
<para>
...
...
docs/gst/tmpl/gstxml.sgml
View file @
fa4df165
...
...
@@ -110,6 +110,10 @@ All GstElements can be serialized to an XML presentation and subsequently loaded
</para>
@:
@:
@:
@gstxml: the object which received the signal.
@arg1:
@arg2:
...
...
@@ -119,7 +123,7 @@ All GstElements can be serialized to an XML presentation and subsequently loaded
</para>
@
:
@:
@:
@
gstxml: the object which received the signal.
@
arg1
:
@
arg2
:
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment