GNOME Bugzilla – Bug 585960
Support for GstBufferList in gstbasesink
Last modified: 2009-06-29 09:48:41 UTC
This patch introduces support for GstBufferList to gstbasesink.c
Created attachment 136706 [details] [review] Support for GstBufferList in gstbasesink.c
commit de5bcfc4cd0d7333ede227bc6d81917922a03a68 Author: Branko Subasic <branko.subasic at axis.com> Date: Tue Jun 16 13:32:37 2009 +0200 basesink: add support for buffer list Fixes #585960
Created attachment 137544 [details] [review] Fixes a bug in the base sink introduced by previous patch: buffer timestamp taken too early when using buffer lists
commit 27fe127e76dce6e066c98199ee6f9e37176c248e Author: Ognyan Tonchev <ognyan@axis.com> Date: Mon Jun 29 11:46:00 2009 +0200 basesink: take timestamp later Make sure we don't accidentally cast a bufferlist of a buffer and try to take the timestamp of it. Refixes #585960