GNOME Bugzilla – Bug 447210
wrong length calculation for codec_data
Last modified: 2007-06-13 17:11:41 UTC
gstrtph264depay does not include the length of the sync bytes it's going to add when calculating the length of the codec_data.
Created attachment 89890 [details] [review] patch to fix the problem patch to fix the problem
confirmed
* gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps): Make sure we allocate enough memory for the codec_data. Fixes #447210.