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 793507 - rtspsrc: Missing getter for new "backchannel" property
rtspsrc: Missing getter for new "backchannel" property
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
1.13.x
Other Linux
: Normal normal
: 1.13.90
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2018-02-16 12:25 UTC by James Stevenson
Modified: 2018-02-16 12:54 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix get_property code in rtspsrc (887 bytes, patch)
2018-02-16 12:27 UTC, James Stevenson
committed Details | Review

Description James Stevenson 2018-02-16 12:25:37 UTC
Running

gst-inspect rtspsrc

Gives the following error

** (gst-inspect-1.0:6207): WARNING **: gstrtspsrc.c:1561: invalid property id 40 for "backchannel" of type 'GParamEnum' in 'GstRTSPSrc'
Comment 1 James Stevenson 2018-02-16 12:27:28 UTC
Created attachment 368418 [details] [review]
Fix get_property code in rtspsrc


Fix missing read code in rtspsrc for property backchannel
Comment 2 Tim-Philipp Müller 2018-02-16 12:54:14 UTC
Thanks!

commit d64ae7b01abc3b681064e45ed4ad5e31a95358ab (HEAD -> master)
Author: James Stevenson <james@stev.org>
Date:   Fri Feb 16 12:25:29 2018 +0000

    rtspsrc: Fix missing read property of backchannel
    
    Add missing read property code for backchannel
    
    https://bugzilla.gnome.org/show_bug.cgi?id=793507