GNOME Bugzilla – Bug 660144
[GstBaseParse] make start/stop methods optional
Last modified: 2011-10-03 09:41:37 UTC
Created attachment 197487 [details] [review] the fix Hi. The doc clearly states that the start and stop methods of GstBaseParse are optional. This patch makes that real, otherwise the plugin is required to provide those.
commit fafbc109f1af5c601486af391166e55e6b88197f Author: Stas Sergeev <stsp@users.sourceforge.net> Date: Mon Sep 26 14:36:46 2011 +0400 baseparse: Return success if optional start/stop method is not provided This allows to not implement the optional start/stop methods.