From 90adf4b958e1116272ef96f40f648add46123fc6 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Mon, 8 Dec 2008 12:36:21 +0000 Subject: gst/rtp/gstrtpmp4vpay.c: Don't try to push packets before we could find a valid config startcode. Fixes #563509. Original commit message from CVS: * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush), (gst_rtp_mp4v_pay_event): Don't try to push packets before we could find a valid config startcode. Fixes #563509. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0f680fce..682d5ef4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2008-12-08 Wim Taymans + + * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush), + (gst_rtp_mp4v_pay_event): + Don't try to push packets before we could find a valid config + startcode. Fixes #563509. + 2008-12-07 Sebastian Dröge Patch by: Brian Cameron -- cgit