From 498635f9b100d3930a8834541382259ebfec6e52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20Cr=C3=AAte?= Date: Tue, 12 Aug 2008 12:46:23 -0400 Subject: [MOVED FROM GST-P-FARSIGHT] Set our caps on the buffers --- gst/rtpmux/gstrtpmux.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gst/rtpmux/gstrtpmux.c') diff --git a/gst/rtpmux/gstrtpmux.c b/gst/rtpmux/gstrtpmux.c index 14c1a06e..9eae4b67 100644 --- a/gst/rtpmux/gstrtpmux.c +++ b/gst/rtpmux/gstrtpmux.c @@ -375,6 +375,8 @@ gst_rtp_mux_chain (GstPad * pad, GstBuffer * buffer) GST_DEBUG_OBJECT (rtp_mux, "Pushing packet size %d, seq=%d, ts=%u", GST_BUFFER_SIZE (buffer), rtp_mux->seqnum - 1); + gst_buffer_set_caps (buffer, GST_PAD_CAPS (rtp_mux->srcpad)); + ret = gst_pad_push (rtp_mux->srcpad, buffer); gst_object_unref (rtp_mux); -- cgit v1.2.1