From b629fd955a7cc30c6a58dc734dda7e424cda72b2 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Tue, 15 May 2007 13:29:53 +0000 Subject: gst/rtpmanager/gstrtpptdemux.c: We always use fixed caps. Original commit message from CVS: * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_chain): We always use fixed caps. --- ChangeLog | 5 +++++ gst/rtpmanager/gstrtpptdemux.c | 1 + 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 8b7d984b..23d316f3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-05-15 Wim Taymans + + * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_chain): + We always use fixed caps. + 2007-05-14 David Schleef * gst/rtpmanager/gstrtpbin.c: diff --git a/gst/rtpmanager/gstrtpptdemux.c b/gst/rtpmanager/gstrtpptdemux.c index 40127f2f..139665ea 100644 --- a/gst/rtpmanager/gstrtpptdemux.c +++ b/gst/rtpmanager/gstrtpptdemux.c @@ -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 */ -- cgit v1.2.1