GNOME Bugzilla – Bug 711615
codecparsers: Condition mistake in h264parser
Last modified: 2013-11-07 18:02:29 UTC
Created attachment 259185 [details] [review] codecparsers: Fix bad condition in h264 parser. Hi, I think i found a little mistake in gst_h264_parser_parse_pic_timing(). The same condition is used twice in an if-else if statement. I attached a patch which fix it and set the 'else if' condition according to value used in that branch. Best regards,
commit 660979bbf23809d66f2c91508df752ec370cd50f Author: Aurélien Zanelli <aurelien.zanelli@parrot.com> Date: Thu Nov 7 14:39:26 2013 +0100 codecparsers: Fix bad condition in h264 parser https://bugzilla.gnome.org/show_bug.cgi?id=711615