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 444384 - ffmux_asf could support more input capabilities
ffmux_asf could support more input capabilities
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-libav
0.10.2
Other Linux
: Normal normal
: 0.10.3
Assigned To: Wim Taymans
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-06-05 15:51 UTC by bram
Modified: 2007-06-05 16:33 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18


Attachments
patch for adding MSMPEG4V3 and MP3 capabilities to asf codec list (996 bytes, patch)
2007-06-05 15:53 UTC, bram
committed Details | Review

Description bram 2007-06-05 15:51:58 UTC
The ffmux_asf muxer could support MSMPEG4V3 video and MP3 audio, but currently doesn't.  A patch for adding these types to the codec list is attached.
Comment 1 bram 2007-06-05 15:53:15 UTC
Created attachment 89419 [details] [review]
patch for adding MSMPEG4V3 and MP3 capabilities to asf codec list
Comment 2 Wim Taymans 2007-06-05 16:33:57 UTC
Thanks!
        Patch by: <bram at luon dot net>

        * ext/ffmpeg/gstffmpegcodecmap.c:
        (gst_ffmpeg_formatid_get_codecids):
        Add MSMPEG4V3 video and MP3 audio to the asf muxer supported formats.
        Fixes #444384.