rtspsrc: Fix missing read property of backchannel

Add missing read property code for backchannel

https://bugzilla.gnome.org/show_bug.cgi?id=793507
This commit is contained in:
James Stevenson 2018-02-16 12:25:29 +00:00 committed by Tim-Philipp Müller
parent 22ddef8ef4
commit d64ae7b01a

View file

@ -1557,6 +1557,9 @@ gst_rtspsrc_get_property (GObject * object, guint prop_id, GValue * value,
case PROP_DEFAULT_VERSION:
g_value_set_enum (value, rtspsrc->default_version);
break;
case PROP_BACKCHANNEL:
g_value_set_enum (value, rtspsrc->backchannel);
break;
default:
G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
break;