gst/gst.defs (element_make_from_uri): Element name is optional and can be None. It defaults to None.

Original commit message from CVS:
2006-04-07  Andy Wingo  <wingo@pobox.com>

* gst/gst.defs (element_make_from_uri): Element name is optional
and can be None. It defaults to None.
This commit is contained in:
Andy Wingo 2006-04-07 14:32:08 +00:00
parent 5b30271cd3
commit 59667a31a7
3 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2006-04-07 Andy Wingo <wingo@pobox.com>
* gst/gst.defs (element_make_from_uri): Element name is optional
and can be None. It defaults to None.
2006-04-05 Edward Hervey <edward@fluendo.com>
* testsuite/test_message.py:

2
common

@ -1 +1 @@
Subproject commit 623fe1c2cce45bc30d5823c05716349874ae994e
Subproject commit 1783855e983a5294434673694e8a57e44980b6f1

View file

@ -6167,7 +6167,7 @@
(parameters
'("GstURIType" "type")
'("const-gchar*" "uri")
'("const-gchar*" "elementname")
'("const-gchar*" "elementname" (null-ok) (default "NULL"))
)
)