From 1c32c1b133c7026ee854f828e47f806873ae08d8 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Wed, 14 May 2008 18:28:46 +0000 Subject: gst/rtp/gstrtph264depay.c: Small comment added. Original commit message from CVS: * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process): Small comment added. * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_decode_nal), (gst_rtp_h264_pay_parse_sps_pps), (gst_rtp_h264_pay_payload_nal), (gst_rtp_h264_pay_handle_buffer): Debug string cleanups (remove trailing \n) Refactor and clean up the payloader a bit and make sure that we only put one NAL unit in an RTP packet even if the input buffer contains multiple NAL units. Add suport for AVC format input. --- common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') diff --git a/common b/common index d78efae3..0823ac6b 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit d78efae300d4dff0291717ccf7a2b82c713a81ef +Subproject commit 0823ac6b46b7332109bbc5f1ef40e24e648fae51 -- cgit