GNOME Bugzilla – Bug 776623
playbin/playsink fail to use timeoverlay as video-filter
Last modified: 2017-01-09 13:52:54 UTC
Created attachment 342632 [details] [review] playsink: do not link to audio or video filter using padname ... or more generally any audio or video filter whose sinkpad is not called "sink", as is the case for (e.g.) timeoverlay (called "video_sink" in that case). Attached simple patch avoids hard-coding the sinkpad name and takes care of this, but wanted to pass it by here in case there was some particular reason the pad was mentioned by specific name.
commit 28f4e7db12204d99e43fc3442b0e671e74750957 Author: Mark Nauwelaerts <mnauw@users.sourceforge.net> Date: Fri Dec 30 17:55:18 2016 +0100 playsink: do not link to audio or video filter using padname ... as a sinkpad need not be called "sink", and it is not the case for e.g. timeoverlay (and friends). Fixes https://bugzilla.gnome.org/show_bug.cgi?id=776623