Merge branch 'master' into 0.11
authorWim Taymans <wim.taymans@collabora.co.uk>
Tue, 6 Sep 2011 13:31:53 +0000 (15:31 +0200)
committerWim Taymans <wim.taymans@collabora.co.uk>
Tue, 6 Sep 2011 13:31:53 +0000 (15:31 +0200)
Conflicts:
gst/playback/gstsubtitleoverlay.c
tests/check/elements/decodebin2.c

1  2 
gst/playback/gstdecodebin2.c
gst/playback/gstplaybin2.c
gst/playback/gstsubtitleoverlay.c

Simple merge
Simple merge
@@@ -1762,8 -1801,8 +1762,8 @@@ gst_subtitle_overlay_subtitle_sink_getc
  static gboolean
  gst_subtitle_overlay_subtitle_sink_acceptcaps (GstPad * pad, GstCaps * caps)
  {
 -  GstCaps *othercaps = gst_subtitle_overlay_subtitle_sink_getcaps (pad);
 +  GstCaps *othercaps = gst_subtitle_overlay_subtitle_sink_getcaps (pad, NULL);
-   gboolean ret = gst_caps_can_intersect (caps, othercaps);
+   gboolean ret = gst_caps_is_subset (caps, othercaps);
  
    gst_caps_unref (othercaps);