Merge branch 'master' into 0.11

Conflicts:
	docs/plugins/gstreamer-plugins.hierarchy
This commit is contained in:
Wim Taymans 2011-05-20 12:07:45 +02:00
commit a9edf7c6aa
5 changed files with 7 additions and 6 deletions

2
common

@ -1 +1 @@
Subproject commit 9e5bbd508588961696e70c38e764492e0312ec4c
Subproject commit 69b981f10caa234ad0ff639179d0fda8505bd94b

View file

@ -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>

View file

@ -1,6 +1,6 @@
GstBin GstChildProxy
GstPipeline GstChildProxy
GstFdSrc GstURIHandler
GstFileSrc GstURIHandler
GstFdSink GstURIHandler
GstFdSrc GstURIHandler
GstFileSink GstURIHandler
GstFileSrc GstURIHandler
GstPipeline GstChildProxy

View file

@ -86,6 +86,8 @@
#include "gst_private.h"
#include "gstpreset.h"
#include "gstinfo.h"
#include "gstvalue.h"
#ifdef HAVE_UNISTD_H
#include <unistd.h>

View file

@ -23,7 +23,6 @@
#define __GST_PRESET_H__
#include <glib-object.h>
#include <gst/gst.h>
G_BEGIN_DECLS