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 730459 - curlsshsink: post error on bus in element, not transfer thread
curlsshsink: post error on bus in element, not transfer thread
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: 1.3.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-05-20 15:39 UTC by Sorin L.
Modified: 2014-05-21 06:37 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
post error on bus in element, not transfer thread (6.24 KB, patch)
2014-05-20 15:39 UTC, Sorin L.
committed Details | Review

Description Sorin L. 2014-05-20 15:39:34 UTC
Created attachment 276880 [details] [review]
post error on bus in element, not transfer  thread

This patch aims to complete: https://bugzilla.gnome.org/show_bug.cgi?id=728960

Looks like 'ext/curl/gstcurlsshsink.c' was missed when the error handling was corrected.
Comment 1 Sebastian Rasmussen 2014-05-20 17:37:33 UTC
Review of attachment 276880 [details] [review]:

I had a quick look as I did the original patch. This one looks good to me an papers over my omission well. Thanks! :)
Comment 2 Sebastian Dröge (slomo) 2014-05-21 06:37:10 UTC
commit 5edf0add57efb84ec08b95dd5e4b0cd390702177
Author: L. Sorin <sorin@axis.com>
Date:   Tue May 20 17:09:43 2014 +0200

    curlsshsink: post error on bus in element, not transfer thread
    
    Looks like this file was missed in Bug 728960:
    https://bugzilla.gnome.org/show_bug.cgi?id=728960
    
    https://bugzilla.gnome.org/show_bug.cgi?id=730459