tee: Check for the removed pad flag also in the slow pushing path
[platform/upstream/gstreamer.git] / gst / gstcompat.h
index 3f4a682..1349ab4 100644 (file)
  * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
  * Boston, MA 02110-1301, USA.
  */
+
+/* API compatibility stuff */
+#ifndef __GSTCOMPAT_H__
+#define __GSTCOMPAT_H__
 /**
  * SECTION:gstcompat
+ * @title: GstCompat
  * @short_description: Deprecated API entries
  *
  * Please do not use these in new code.
@@ -28,9 +33,9 @@
  * This can be done in CFLAGS for compiling old code.
  */
 
-/* API compatibility stuff */
-#ifndef __GSTCOMPAT_H__
-#define __GSTCOMPAT_H__
+#include <glib.h>
+#include <gst/gstpad.h>
+
 
 G_BEGIN_DECLS