Merge branch 'master' into 0.11
authorWim Taymans <wim.taymans@collabora.co.uk>
Fri, 28 Oct 2011 13:21:27 +0000 (15:21 +0200)
committerWim Taymans <wim.taymans@collabora.co.uk>
Fri, 28 Oct 2011 13:21:27 +0000 (15:21 +0200)
Conflicts:
ext/sidplay/gstsiddec.cc

1  2 
ext/sidplay/gstsiddec.cc

@@@ -200,10 -209,9 +202,9 @@@ gst_siddec_class_init (GstSidDecClass 
  }
  
  static void
 -gst_siddec_init (GstSidDec * siddec, GstSidDecClass * klass)
 +gst_siddec_init (GstSidDec * siddec)
  {
    siddec->sinkpad = gst_pad_new_from_static_template (&sink_templ, "sink");
-   gst_pad_set_query_function (siddec->sinkpad, NULL);
    gst_pad_set_event_function (siddec->sinkpad, gst_siddec_sink_event);
    gst_pad_set_chain_function (siddec->sinkpad, gst_siddec_chain);
    gst_element_add_pad (GST_ELEMENT (siddec), siddec->sinkpad);