mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-22 07:08:23 +00:00
we're in HEAD mode, fail on our messy function calls please
Original commit message from CVS: we're in HEAD mode, fail on our messy function calls please
This commit is contained in:
parent
637e9a59bc
commit
dc7885026e
3 changed files with 1 additions and 11 deletions
|
@ -3,7 +3,7 @@ AC_CANONICAL_TARGET
|
|||
|
||||
dnl when going to/from release please set the nano (fourth number) right !
|
||||
dnl releases only do Wall, cvs and prerelease does Werror too
|
||||
AS_VERSION(gstreamer-threaded, GST_VERSION, 0, 9, 0, 0, GST_CVS="no", GST_CVS="yes")
|
||||
AS_VERSION(gstreamer-threaded, GST_VERSION, 0, 9, 0, 1, GST_CVS="no", GST_CVS="yes")
|
||||
|
||||
dnl AM_MAINTAINER_MODE only provides the option to configure to enable it
|
||||
AM_MAINTAINER_MODE
|
||||
|
|
|
@ -215,15 +215,6 @@ templates.
|
|||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gst_caps_copy_1 ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@caps:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gst_caps_set_simple ##### -->
|
||||
<para>
|
||||
|
||||
|
|
|
@ -80,7 +80,6 @@ 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:
|
||||
|
|
Loading…
Reference in a new issue