From a87260cb3bcf022486875648b72a0ef37d2b0a7f Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Thu, 29 Mar 2007 14:40:35 +0000 Subject: gst/rtp/: Flush adapter on disconts. Original commit message from CVS: * gst/rtp/gstasteriskh263.h: * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process), (gst_rtp_h263p_depay_change_state): * gst/rtp/gstrtph263pdepay.h: * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process), (gst_rtp_h264_depay_change_state): * gst/rtp/gstrtph264depay.h: * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process): * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process): Flush adapter on disconts. --- gst/rtp/gstrtph264depay.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gst/rtp/gstrtph264depay.h') diff --git a/gst/rtp/gstrtph264depay.h b/gst/rtp/gstrtph264depay.h index 23259381..ede2b841 100644 --- a/gst/rtp/gstrtph264depay.h +++ b/gst/rtp/gstrtph264depay.h @@ -45,8 +45,7 @@ struct _GstRtpH264Depay GstBaseRTPDepayload depayload; GstAdapter *adapter; - - guint frequency; + gboolean wait_start; }; struct _GstRtpH264DepayClass -- cgit