GNOME Bugzilla – Bug 702597
shmsink: events not propagated to basesink
Last modified: 2013-07-06 00:04:08 UTC
Events are not propagated to the basesink class. ------ Setting pipeline to PAUSED ... Pipeline is live and does not need PREROLL ... Setting pipeline to PLAYING ... New clock: GstSystemClock WARNING: from element /GstPipeline:pipeline0/GstShmSink:shmsink0: Internal data flow problem. Additional debug info: gstbasesink.c(3234): gst_base_sink_chain_unlocked (): /GstPipeline:pipeline0/GstShmSink:shmsink0: Received buffer without a new-segment. Assuming timestamps start from 0. ^Chandling interrupt. Interrupt: Stopping pipeline ... Execution ended after 0:00:01.259136055 Setting pipeline to PAUSED ... Setting pipeline to READY ... Setting pipeline to NULL ... Freeing pipeline ...
Created attachment 247206 [details] [review] propagate event to base sink
Comitted commit 8b00e02f1631acc4ca9108159a50e91787bfc8de Author: Aleix Conchillo Flaque <aleix@oblong.com> Date: Tue Jun 18 12:29:41 2013 -0700 shmsink: propagate events to basesink class https://bugzilla.gnome.org/show_bug.cgi?id=702597
cherry-picked into 1.0 as well.