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 378796 - broken ffmux_mov
broken ffmux_mov
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-libav
git master
Other Linux
: Normal blocker
: 0.10.2
Assigned To: Wim Taymans
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-11-24 11:21 UTC by Laurent Glayal
Modified: 2006-12-07 11:37 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Laurent Glayal 2006-11-24 11:21:54 UTC
Hi,
ffmux_mov in CVS can't handle h263p anymore.

previous working pipeline :
... ! ffenc_h263p ! ffmux_mov ! ...

ffenc_h263p src caps :
 SRC template: 'src'
    Availability: Always
    Capabilities:
      video/x-h263
                  width: [ 16, 4096 ]
                 height: [ 16, 4096 ]
              framerate: [ 0/1, 2147483647/1 ]
                variant: itu
            h263version: h263p

ffmux_mov video sink caps :
     video/x-h263
                  width: [ 16, 4096 ]
                 height: [ 16, 4096 ]
              framerate: [ 0/1, 2147483647/1 ]
                variant: itu
            h263version: h263
Comment 1 Wim Taymans 2006-12-07 11:37:32 UTC
        * ext/ffmpeg/gstffmpegcodecmap.c:
        (gst_ffmpeg_formatid_get_codecids):
        Add H263p variants as possible format for mov.
        Fixes #378796.