GNOME Bugzilla – Bug 732596
gdppay: put all sticky events in streamheader
Last modified: 2014-07-22 12:19:18 UTC
gdppay has a fixed list of stream-start, caps, segment, tags (optional) to be put on the stream headers. This patch makes it put all sticky events in the order stored in the pads (should be the same as above) as all sticky events can be considered as headers for the stream. This should still keep it compatible with the GDP 1.0 version.
Created attachment 279727 [details] [review] gdppay: put all sticky events in streamheader Use the sticky events to compose the streamheader as they are the ones that are persisted to config new pads linked. Instead of storing them ourselves rely on the pad storage that already orders it for us
Comment on attachment 279727 [details] [review] gdppay: put all sticky events in streamheader The code talks about newsegment still :) This really needs some further cleanup at some point. Please push after 1.4.0 :)
commit ea7b843244f3494a96b43d0a5dcaed69b8a5bf56 Author: Thiago Santos <ts.santos@sisa.samsung.com> Date: Tue Jul 1 10:07:40 2014 -0300 gdppay: put all sticky events in streamheader Use the sticky events to compose the streamheader as they are the ones that are persisted to config new pads linked. Instead of storing them ourselves rely on the pad storage that already orders it for us https://bugzilla.gnome.org/show_bug.cgi?id=732596