basesink: Answer the query position when receiving it from upstream
authorThibault Saunier <tsaunier@gnome.org>
Mon, 3 Nov 2014 17:27:21 +0000 (18:27 +0100)
committerThibault Saunier <tsaunier@gnome.org>
Tue, 4 Nov 2014 10:53:23 +0000 (11:53 +0100)
commit56606c52648d9dc3bbff9405fc097f312307e35d
treeb29388efeab805c291ad5cf519e60c4cb6bc4176
parent9606e0489585b34d666b76c536b208608c1fa37e
basesink: Answer the query position when receiving it from upstream

Currently we are just returning FALSE, but we do have the information
we should just answer the query the same way as when answering through
the GstElement.query vmethod default implementation.

https://bugzilla.gnome.org/show_bug.cgi?id=739580
libs/gst/base/gstbasesink.c