mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 10:41:04 +00:00
python bindings: fix returning GstRTSPUrl types
This commit is contained in:
parent
8ab79b0f4b
commit
c5f41da553
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ class GstRTSPUrlArg(ArgType):
|
|||
copyval = 'TRUE'
|
||||
else:
|
||||
raise RuntimeError, "write_return not implemented for %s" % ptype
|
||||
info.codeafter.append(' return pyg_boxed_new (GST_TYPE_CAPS, ret, '+copyval+', TRUE);')
|
||||
info.codeafter.append(' return pyg_boxed_new (GST_TYPE_RTSP_URL, ret, '+copyval+', TRUE);')
|
||||
|
||||
class GstMiniObjectParam(Parameter):
|
||||
|
||||
|
|
Loading…
Reference in a new issue