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 705751 - gst_pipeline_use_clock: clock should allow-none
gst_pipeline_use_clock: clock should allow-none
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
unspecified
Other Linux
: Normal normal
: 1.0.10
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-08-10 07:29 UTC by cyqzz
Modified: 2013-08-10 10:35 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description cyqzz 2013-08-10 07:29:20 UTC
gst_pipeline_use_clock's pipeline argument should be annotated with allow-none.
Comment 1 cyqzz 2013-08-10 07:32:26 UTC
I'm stupid, I meant the clock argument.
Comment 2 Tim-Philipp Müller 2013-08-10 10:35:27 UTC
Thanks, should be fixed now:


commit d97aa274c2f69c4f0d4c75e09c16814eb49855a9
Author: Tim-Philipp Müller <tim@centricular.net>
Date:   Sat Aug 10 11:31:23 2013 +0100

    pipeline: g-i: allow clock to be NULL in gst_pipeline_use_clock()
    
    https://bugzilla.gnome.org/show_bug.cgi?id=705751