GNOME Bugzilla – Bug 708106
mpegtspacketizer: Incorrect condition checking
Last modified: 2013-09-18 16:53:10 UTC
Created attachment 254967 [details] [review] patch for correct conditon check. The condition check for current_next_indicator in the function mpegts_packetizer_push_section is incorrect I assume. The (G_UNLIKELY (!data & 0x01)) will always return false irrespective of the value in the data pointer. Patch is attached for this fix -sudipj
commit 27739e8bb68e085b518864dd6db2198c2069f292 Author: Sudip Jain <sudip.jain@st.com> Date: Sun Sep 15 17:09:16 2013 +0530 mpegtspacketizer: Correct condition check for current next indicator https://bugzilla.gnome.org/show_bug.cgi?id=708106