mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
third time I try commiting this today, let's hope I watch the result this time
Original commit message from CVS: third time I try commiting this today, let's hope I watch the result this time
This commit is contained in:
parent
4587a3f2c3
commit
6cddeab543
4 changed files with 16 additions and 5 deletions
|
@ -15,6 +15,12 @@
|
|||
* gst/gstelement.h:
|
||||
make GST_ELEMENT_ERROR do a GST_ERROR_OBJECT
|
||||
|
||||
2004-01-29 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* gst/gstelement.c: (gst_element_error_full):
|
||||
* gst/gstelement.h:
|
||||
GST_ELEMENT_ERROR in enum -> _IN_ERROR
|
||||
|
||||
2004-01-29 Julien MOUTTE <julien@moutte.net>
|
||||
|
||||
* gst/elements/gstfilesrc.c: (gst_filesrc_get),
|
||||
|
|
|
@ -852,7 +852,7 @@ This enum defines the standard flags that an element may have.
|
|||
@GST_ELEMENT_SCHEDULER_PRIVATE1:
|
||||
@GST_ELEMENT_SCHEDULER_PRIVATE2:
|
||||
@GST_ELEMENT_LOCKED_STATE:
|
||||
@GST_ELEMENT_ERROR:
|
||||
@GST_ELEMENT_IN_ERROR:
|
||||
@GST_ELEMENT_FLAG_LAST:
|
||||
|
||||
<!-- ##### MACRO GST_ELEMENT_IS_THREAD_SUGGESTED ##### -->
|
||||
|
@ -981,6 +981,7 @@ Is triggered whenever an error occured.
|
|||
@:
|
||||
@:
|
||||
@:
|
||||
@:
|
||||
@:
|
||||
|
||||
<!-- ##### SIGNAL GstElement::found-tag ##### -->
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ DOC_URL=$(DOC_SERVER):$(DOC_BASE)
|
|||
|
||||
|
||||
upload: $(FORMATS)
|
||||
@if test "x$$GST_PLUGINS_VERSION_NANO" = x0; then \
|
||||
@if test "x$(GST_VERSION_NANO)" = x0; then \
|
||||
export DOCVERSION=$(VERSION); \
|
||||
else export DOCVERSION=head; \
|
||||
fi; \
|
||||
|
|
Loading…
Reference in a new issue