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 651045 - rtspsrc: fix concurrency when receiving response messages
rtspsrc: fix concurrency when receiving response messages
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other All
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-05-25 09:39 UTC by Miguel Angel Cabrera Moya
Modified: 2013-06-26 13:10 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fix for the bug report (2.35 KB, patch)
2011-05-25 09:40 UTC, Miguel Angel Cabrera Moya
none Details | Review

Description Miguel Angel Cabrera Moya 2011-05-25 09:39:16 UTC
When we wait for a response message it is possible that the streaming thread receives it befores us, discarding it. This provokes that we wait forever for the response.
Comment 1 Miguel Angel Cabrera Moya 2011-05-25 09:40:33 UTC
Created attachment 188565 [details] [review]
fix for the bug report
Comment 2 Wim Taymans 2013-06-25 12:30:16 UTC
Is this still relevant, everything is now in 1 thread.