GNOME Bugzilla – Bug 517420
typefind: add h264 elementary stream discovery
Last modified: 2008-02-19 11:44:16 UTC
Following this I provide a patch to perform h264 elementary stream discovery. Tested with the following clips. http://samples.mplayerhq.hu/V-codecs/h264/moonlight.264 http://samples.mplayerhq.hu/V-codecs/h264/nature_704x576_25Hz_1500kbits.h264
Created attachment 105573 [details] [review] Patch to perform the typefinding
Ok, thanks... committed with the small change, that I moved the "if" from outside the loop inside to get the detection a bit faster if it succeeded before already. 2008-02-19 Sebastian Dröge <slomo@circular-chaos.org> Patch by: Josep Torra Valles <josep at fluendo dot com> * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find), (plugin_init): Add typefinding support for h264 elementary streams. Fixes bug #517420.