mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
Merge branch 'master' into 0.11
Conflicts: docs/plugins/gstreamer-plugins.hierarchy
This commit is contained in:
commit
a9edf7c6aa
5 changed files with 7 additions and 6 deletions
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit 9e5bbd508588961696e70c38e764492e0312ec4c
|
||||
Subproject commit 69b981f10caa234ad0ff639179d0fda8505bd94b
|
|
@ -271,7 +271,7 @@
|
|||
<ARG>
|
||||
<NAME>GstFakeSink::num-buffers</NAME>
|
||||
<TYPE>gint</TYPE>
|
||||
<RANGE>>= G_MAXULONG</RANGE>
|
||||
<RANGE>>= -1</RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>num-buffers</NICK>
|
||||
<BLURB>Number of buffers to accept going EOS.</BLURB>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
GstBin GstChildProxy
|
||||
GstPipeline GstChildProxy
|
||||
GstFdSrc GstURIHandler
|
||||
GstFileSrc GstURIHandler
|
||||
GstFdSink GstURIHandler
|
||||
GstFdSrc GstURIHandler
|
||||
GstFileSink GstURIHandler
|
||||
GstFileSrc GstURIHandler
|
||||
GstPipeline GstChildProxy
|
||||
|
|
|
@ -86,6 +86,8 @@
|
|||
#include "gst_private.h"
|
||||
|
||||
#include "gstpreset.h"
|
||||
#include "gstinfo.h"
|
||||
#include "gstvalue.h"
|
||||
|
||||
#ifdef HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
#define __GST_PRESET_H__
|
||||
|
||||
#include <glib-object.h>
|
||||
#include <gst/gst.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
|
Loading…
Reference in a new issue