After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 620291 - typefindfunctions: Export 3gp profile in caps
typefindfunctions: Export 3gp profile in caps
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
unspecified
Other All
: Normal enhancement
: 0.10.31
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-06-01 18:18 UTC by Arun Raghavan
Modified: 2010-07-24 09:53 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
typefindfunctions: Export 3gp profile in caps (2.77 KB, patch)
2010-06-01 18:18 UTC, Arun Raghavan
reviewed Details | Review

Description Arun Raghavan 2010-06-01 18:18:37 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.
Comment 1 Arun Raghavan 2010-06-01 18:18:40 UTC
Created attachment 162485 [details] [review]
typefindfunctions: Export 3gp profile in caps
Comment 2 Tim-Philipp Müller 2010-07-24 09:53:03 UTC
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.