Merge branch 'master' into 0.11
authorWim Taymans <wim.taymans@collabora.co.uk>
Fri, 28 Oct 2011 09:34:37 +0000 (11:34 +0200)
committerWim Taymans <wim.taymans@collabora.co.uk>
Fri, 28 Oct 2011 09:34:37 +0000 (11:34 +0200)
1  2 
ext/ogg/gstoggmux.c
gst/typefind/gsttypefindfunctions.c

@@@ -114,10 -114,13 +114,10 @@@ static GstStaticPadTemplate sink_factor
  static void gst_ogg_mux_finalize (GObject * object);
  
  static GstFlowReturn
- gst_ogg_mux_collected (GstCollectPads * pads, GstOggMux * ogg_mux);
+ gst_ogg_mux_collected (GstCollectPads2 * pads, GstOggMux * ogg_mux);
  static gboolean gst_ogg_mux_handle_src_event (GstPad * pad, GstEvent * event);
  static GstPad *gst_ogg_mux_request_new_pad (GstElement * element,
 -    GstPadTemplate * templ, const gchar * name);
 +    GstPadTemplate * templ, const gchar * name, const GstCaps * caps);
  static void gst_ogg_mux_release_pad (GstElement * element, GstPad * pad);
  
  static void gst_ogg_mux_set_property (GObject * object,
Simple merge