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 781304 - rtspsrc: Use GST_ELEMENT_ERROR_WITH_DETAILS
rtspsrc: Use GST_ELEMENT_ERROR_WITH_DETAILS
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
unspecified
Other All
: Normal normal
: 1.11.91
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-04-14 08:57 UTC by Edward Hervey
Modified: 2017-04-18 09:54 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
rtspsrc: Use GST_ELEMENT_ERROR_WITH_DETAILS (2.74 KB, patch)
2017-04-14 08:57 UTC, Edward Hervey
committed Details | Review

Description Edward Hervey 2017-04-14 08:57:53 UTC
See commit
Comment 1 Edward Hervey 2017-04-14 08:57:59 UTC
Created attachment 349854 [details] [review]
rtspsrc: Use GST_ELEMENT_ERROR_WITH_DETAILS

Allows the application to know the exact status code that was returned
by the server in a programmatic fashion.
Comment 2 Edward Hervey 2017-04-18 09:54:00 UTC
commit 474819cc3d3eb7b95fd0c8a39fa357e55eb4ede2
Author: Edward Hervey <edward@centricular.com>
Date:   Fri Apr 14 10:56:41 2017 +0200

    rtspsrc: Use GST_ELEMENT_ERROR_WITH_DETAILS
    
    Allows the application to know the exact status code that was returned
    by the server in a programmatic fashion.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=781304