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 635204 - mpeg4videoparse: Set srcpad caps before forwarding newsegment
mpeg4videoparse: Set srcpad caps before forwarding newsegment
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
unspecified
Other All
: Normal normal
: 0.10.21
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-11-18 18:15 UTC by Arun Raghavan
Modified: 2010-12-08 12:42 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
mpeg4videoparse: Set srcpad caps before forwarding newsegment (4.33 KB, patch)
2010-11-18 18:15 UTC, Arun Raghavan
committed Details | Review

Description Arun Raghavan 2010-11-18 18:15:06 UTC
Attached patch makes sure we've properly negotiated caps with downstream before any data flows through.
Comment 1 Arun Raghavan 2010-11-18 18:15:09 UTC
Created attachment 174793 [details] [review]
mpeg4videoparse: Set srcpad caps before forwarding newsegment

This holds all newsegement and most other events till there is enough
data to set srcpad caps, so that the downstream link is properly
negotiated before data starts flowing.
Comment 2 Mark Nauwelaerts 2010-12-08 12:42:32 UTC
commit 2c57cc797fbcbb80f6347be333210a7d0d883019
Author: Arun Raghavan <arun.raghavan@collabora.co.uk>
Date:   Thu Nov 18 13:39:23 2010 +0530

    mpeg4videoparse: Set srcpad caps before forwarding newsegment
    
    This holds all newsegement and most other events till there is enough
    data to set srcpad caps, so that the downstream link is properly
    negotiated before data starts flowing.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=635204