GNOME Bugzilla – Bug 668379
[h264parse] [codecparsers] gst_h264_parse_clock_timestamp always fails
Last modified: 2012-01-23 18:33:10 UTC
Created attachment 205734 [details] [review] Trivial patch to avoid falling through to the error handler when parsing succeeds gst_h264_parse_clock_timestamp in gst-libs/gst/codecparsers/gsth264parser.c always reports failure even when parsing actually succeeds. This is due to a missing return statement, causing a fall through to the error handler.
Thanks, pushed: commit a07ffbda461513ed10477f3c5604867079b21cd8 Author: Jonas Larsson <jonas@hallerud.se> Date: Mon Jan 23 18:30:19 2012 +0000 h264parse: fix gst_h264_parse_clock_timestamp always failing