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 575678 - [ffmux] Set caps on the srcpad / output buffers
[ffmux] Set caps on the srcpad / output buffers
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-libav
git master
Other Linux
: Normal normal
: 0.10.8
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-03-17 12:14 UTC by Sebastian Dröge (slomo)
Modified: 2009-03-23 13:11 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (975 bytes, patch)
2009-03-17 12:15 UTC, Sebastian Dröge (slomo)
committed Details | Review

Description Sebastian Dröge (slomo) 2009-03-17 12:14:24 UTC
Hi,
attached patch lets ffmux_* set caps on the srcpad and the output buffers. Without the patch they have NULL caps which is not exactly useful for further processing ;)
Comment 1 Sebastian Dröge (slomo) 2009-03-17 12:15:26 UTC
Created attachment 130817 [details] [review]
patch
Comment 2 Edward Hervey 2009-03-17 12:27:15 UTC
isn't the proper way to just use GST_PAD_CAPS (ffmux->srcpad) instead of the templates ?
Comment 3 Edward Hervey 2009-03-17 12:27:47 UTC
ok, I read this too quicly. Patch is correct.
Comment 4 Sebastian Dröge (slomo) 2009-03-23 13:11:52 UTC
commit 3447bedc3dcf692fcce47b8b70618cabc15d9b0c
Author: Sebastian Dröge <sebastian.droege@collabora.co.uk>
Date:   Sun Mar 15 10:19:53 2009 +0100

    ffmux: Actually set caps on the srcpad instead of working with NULL caps
    
    Fixes bug #575678.