GNOME Bugzilla – Bug 635204
mpeg4videoparse: Set srcpad caps before forwarding newsegment
Last modified: 2010-12-08 12:42:45 UTC
Attached patch makes sure we've properly negotiated caps with downstream before any data flows through.
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.
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