GNOME Bugzilla – Bug 620291
typefindfunctions: Export 3gp profile in caps
Last modified: 2010-07-24 09:53:43 UTC
This reads the 3gp profile from the major/compatible brands and puts this as a 'profile' field in caps. This can be used by demuxers to decide whether they can handle this stream or not.
Created attachment 162485 [details] [review] typefindfunctions: Export 3gp profile in caps
Thanks, pushed: commit ae03de8ff811090d20e92073aa3611e2f47cb561 Author: Arun Raghavan <arun.raghavan@collabora.co.uk> Date: Tue Jun 1 23:43:45 2010 +0530 typefindfunctions: export 3gp profile in caps This reads the 3gp profile from the major/compatible brands and puts this as a 'profile' field in caps. This can be used by demuxers to decide whether they can handle this stream or not. Also needed for DLNA. https://bugzilla.gnome.org/show_bug.cgi?id=620291 Refactored it a little to keep the _suggest() in the main typefinding function; used _suggest_simple(); also had to fix up gst includes for GST_MAKE_FOURCC.