gst/rtp/gstrtpmp2tdepay.c: Fix compilation.

Original commit message from CVS:
* gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
Fix compilation.
This commit is contained in:
Wim Taymans 2007-03-02 12:52:56 +00:00
parent fe901ccec7
commit 2bd9964f12
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2007-03-02 Wim Taymans <wim@fluendo.com>
* gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
Fix compilation.
2007-03-02 Wim Taymans <wim@fluendo.com>
Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>

View file

@ -188,7 +188,8 @@ gst_rtp_mp2t_depay_process (GstBaseRTPDepayload * depayload, GstBuffer * buf)
timestamp = gst_rtp_buffer_get_timestamp (buf);
outbuf =
gst_rtp_buffer_get_payload_subbuffer (rtpmp2tdepay->skip_first_bytes, -1);
gst_rtp_buffer_get_payload_subbuffer (buf, rtpmp2tdepay->skip_first_bytes,
-1);
gst_buffer_set_caps (outbuf, GST_PAD_CAPS (depayload->srcpad));
GST_BUFFER_TIMESTAMP (outbuf) =