gst/rtpmanager/gstrtpptdemux.c: We always use fixed caps.
authorWim Taymans <wim.taymans@gmail.com>
Tue, 15 May 2007 13:29:53 +0000 (13:29 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Tue, 15 May 2007 13:29:53 +0000 (13:29 +0000)
Original commit message from CVS:
* gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_chain):
We always use fixed caps.

ChangeLog
gst/rtpmanager/gstrtpptdemux.c

index 8b7d984b1d5bc7b52cab91b917e03d41ea048b7f..23d316f3a03d0d3942af03438495e8029c945a76 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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:
index 40127f2f01a42508a84afdc5dd3523a54a3c3413..139665eab45cf846216b3a239e814ff9c6229412 100644 (file)
@@ -243,6 +243,7 @@ gst_rtp_pt_demux_chain (GstPad * pad, GstBuffer * buf)
     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 */