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 759537 - dashdemux: clock compensation: clock_cond is not used and should be removed
dashdemux: clock compensation: clock_cond is not used and should be removed
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: 1.7.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-12-16 10:41 UTC by Florin Apostol
Modified: 2015-12-16 10:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
proposed patch (2.27 KB, patch)
2015-12-16 10:45 UTC, Florin Apostol
committed Details | Review

Description Florin Apostol 2015-12-16 10:41:31 UTC
There are no threads waiting on clock_cond. It is just initialized and signaled. It should be removed.
Comment 1 Florin Apostol 2015-12-16 10:45:02 UTC
Created attachment 317491 [details] [review]
proposed patch
Comment 2 Sebastian Dröge (slomo) 2015-12-16 10:46:42 UTC
commit f85fc4a5432a7ad887cfec8cade6e197656171a9
Author: Florin Apostol <florin.apostol@oregan.net>
Date:   Wed Dec 16 10:41:47 2015 +0000

    dashdemux: clock_cond is not used and should be removed
    
    There are no threads waiting on clock_cond. It is just initialised and
    signalled. It should be removed.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=759537