pbutils: fix copy-and-mutate-paste for gst_encoding_list_all_targets

This commit is contained in:
Mark Nauwelaerts 2012-01-26 13:20:53 +01:00
parent f9bc4320e8
commit f41952a1ad

View file

@ -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);