Original commit message from CVS:
* gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_chain):
We always use fixed caps.
+2007-05-15 Wim Taymans <wim@fluendo.com>
+
+ * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_chain):
+ We always use fixed caps.
+
2007-05-14 David Schleef <ds@schleef.org>
* gst/rtpmanager/gstrtpbin.c:
templ = gst_element_class_get_pad_template (klass, "src_%d");
padname = g_strdup_printf ("src_%d", pt);
srcpad = gst_pad_new_from_template (templ, padname);
+ gst_pad_use_fixed_caps (srcpad);
g_free (padname);
/* figure out the caps */