mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-22 14:06:23 +00:00
baseparse: Return success if optional start/stop method is not provided
This allows to not implement the optional start/stop methods.
This commit is contained in:
parent
a7f8e4a230
commit
fafbc109f1
1 changed files with 1 additions and 1 deletions
|
@ -2777,7 +2777,7 @@ static gboolean
|
|||
gst_base_parse_activate (GstBaseParse * parse, gboolean active)
|
||||
{
|
||||
GstBaseParseClass *klass;
|
||||
gboolean result = FALSE;
|
||||
gboolean result = TRUE;
|
||||
|
||||
GST_DEBUG_OBJECT (parse, "activate %d", active);
|
||||
|
||||
|
|
Loading…
Reference in a new issue