After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 660144 - [GstBaseParse] make start/stop methods optional
[GstBaseParse] make start/stop methods optional
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal normal
: 0.10.36
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-09-26 14:59 UTC by Stas Sergeev
Modified: 2011-10-03 09:41 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
the fix (769 bytes, patch)
2011-09-26 14:59 UTC, Stas Sergeev
committed Details | Review

Description Stas Sergeev 2011-09-26 14:59:52 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.
Comment 1 Sebastian Dröge (slomo) 2011-10-03 09:41:32 UTC
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.