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 796661 - avwait: Don't wait in audio chain function unless really needed
avwait: Don't wait in audio chain function unless really needed
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
unspecified
Other All
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2018-06-25 09:33 UTC by Vivia Nikolaidou
Modified: 2018-08-17 11:29 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
avwait: Don't wait in audio chain function unless really needed (1.86 KB, patch)
2018-06-25 09:33 UTC, Vivia Nikolaidou
none Details | Review
avwait: Don't wait in audio chain function unless really needed (1.59 KB, patch)
2018-06-25 09:37 UTC, Vivia Nikolaidou
none Details | Review

Description Vivia Nikolaidou 2018-06-25 09:33:00 UTC
See commit message
Comment 1 Vivia Nikolaidou 2018-06-25 09:33:04 UTC
Created attachment 372807 [details] [review]
avwait: Don't wait in audio chain function unless really needed

If audio has already started passing through and we have not configured
an end timecode, there is no reason for the chain function to
g_cond_wait.
Comment 2 Vivia Nikolaidou 2018-06-25 09:37:36 UTC
Created attachment 372808 [details] [review]
avwait: Don't wait in audio chain function unless really needed

If audio has already started passing through and we have not configured
an end timecode, there is no reason for the chain function to
g_cond_wait.
Comment 3 Sebastian Dröge (slomo) 2018-08-17 11:29:26 UTC
Obsolete according to what Vivia said