mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 16:21:17 +00:00
pbutils: fix copy-and-mutate-paste for gst_encoding_list_all_targets
This commit is contained in:
parent
f9bc4320e8
commit
f41952a1ad
1 changed files with 1 additions and 1 deletions
|
@ -433,7 +433,7 @@ _wrap_gst_encoding_list_all_targets(PyGstMiniObject * self, PyObject *args, PyOb
|
|||
const gchar *categoryname = NULL;
|
||||
PyObject *pyres;
|
||||
|
||||
if (!PyArg_ParseTupleAndKeywords(args, kwargs,"!s:GstDiscovererInfo.get_streams", kwlist, &categoryname))
|
||||
if (!PyArg_ParseTupleAndKeywords(args, kwargs,"s:GstEncoding.list_all_targets", kwlist, &categoryname))
|
||||
return NULL;
|
||||
res = (GList*) gst_encoding_list_all_targets(categoryname);
|
||||
|
||||
|
|
Loading…
Reference in a new issue