[MOVED FROM GST-P-FARSIGHT] Missing format parameter
authorLaurent Glayal <spglegle@yahoo.fr>
Wed, 18 Feb 2009 18:32:56 +0000 (13:32 -0500)
committerEdward Hervey <bilboed@bilboed.com>
Sat, 21 Feb 2009 16:48:56 +0000 (17:48 +0100)
gst/rtpmux/gstrtpmux.c

index b6f1d28..9bc5c96 100644 (file)
@@ -380,7 +380,8 @@ gst_rtp_mux_chain (GstPad * pad, GstBuffer * buffer)
   gst_rtp_buffer_set_ssrc (buffer, rtp_mux->current_ssrc);
   gst_rtp_mux_readjust_rtp_timestamp (rtp_mux, pad, buffer);
   GST_LOG_OBJECT (rtp_mux, "Pushing packet size %d, seq=%d, ts=%u",
-      GST_BUFFER_SIZE (buffer), rtp_mux->seqnum);
+      GST_BUFFER_SIZE (buffer), rtp_mux->seqnum,
+      gst_rtp_buffer_get_timestamp (buffer));
 
   gst_buffer_set_caps (buffer, GST_PAD_CAPS (rtp_mux->srcpad));