gst1: Replace ghost_unconnected_pads with ghost_unlinked_pads

This commit is contained in:
Stein Magnus Jodal 2015-09-02 01:21:01 +02:00
parent 38bcdae1bf
commit 3f8ebc83c1

View File

@ -152,7 +152,7 @@ class _Outputs(Gst.Bin):
# XXX This only works for pipelines not in use until #790 gets done.
try:
output = Gst.parse_bin_from_description(
description, ghost_unconnected_pads=True)
description, ghost_unlinked_pads=True)
except GObject.GError as ex:
logger.error(
'Failed to create audio output "%s": %s', description, ex)