GNOME Bugzilla – Bug 588745
[basesrc] Serialize tags in the dataflow
Last modified: 2009-07-20 11:40:54 UTC
Currently tags sent to a GstBaseSrc from an application are discarded (There's a FIXME about this). This also prohibits some subclasses to properly push out tags properly serialized in the dataflow (only the base class knows when to push it out (i.e. after newsegment)).
Created attachment 138507 [details] [review] basesrc: Serialize tags into the dataflow.
Any chance to get this one in ?
Oh right, yes please do ASAP
commit 1d0c6a669fa6443e6e12a0375fd2c83218c29aca Author: Edward Hervey <bilboed@bilboed.com> Date: Sun Jul 12 10:04:01 2009 +0200 basesrc: Serialize tags into the dataflow. Fixes #588745
Created attachment 138806 [details] [review] make the tag queuing threadsafe This patch makes the tag queuing threadsafe.