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 639516 - muxers: fix setting src pad caps
muxers: fix setting src pad caps
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal normal
: 0.10.27
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-01-14 13:58 UTC by Mark Nauwelaerts
Modified: 2011-01-14 15:34 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
avimux: set src pad caps (1.16 KB, patch)
2011-01-14 13:58 UTC, Mark Nauwelaerts
committed Details | Review
matroskamux: avoid creating caps from string (1008 bytes, patch)
2011-01-14 13:59 UTC, Mark Nauwelaerts
committed Details | Review

Description Mark Nauwelaerts 2011-01-14 13:58:30 UTC
Created attachment 178317 [details] [review]
avimux: set src pad caps

In reference to bug #639338, src pad of muxer needs to be set properly for there to be caps following (de)activation cycle.
Comment 1 Mark Nauwelaerts 2011-01-14 13:59:25 UTC
Created attachment 178318 [details] [review]
matroskamux: avoid creating caps from string

And a minor cleanup in matroskamux in this area ...
Comment 2 Mark Nauwelaerts 2011-01-14 15:34:29 UTC
commit 0124302b58c2c575245bcec36cc9d12dd75761e1
Author: Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
Date:   Fri Jan 14 14:51:51 2011 +0100

    matroskamux: avoid creating caps from string when possible
    
    Fixes #639516.

commit a49a248fff74f4a87bdecd8975f6a136055d1109
Author: Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
Date:   Fri Jan 14 14:48:49 2011 +0100

    avimux: set src pad caps when starting file
    
    Fixes #639516.