mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +00:00
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:
parent
5b30271cd3
commit
59667a31a7
3 changed files with 7 additions and 2 deletions
|
@ -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>
|
2006-04-05 Edward Hervey <edward@fluendo.com>
|
||||||
|
|
||||||
* testsuite/test_message.py:
|
* testsuite/test_message.py:
|
||||||
|
|
2
common
2
common
|
@ -1 +1 @@
|
||||||
Subproject commit 623fe1c2cce45bc30d5823c05716349874ae994e
|
Subproject commit 1783855e983a5294434673694e8a57e44980b6f1
|
|
@ -6167,7 +6167,7 @@
|
||||||
(parameters
|
(parameters
|
||||||
'("GstURIType" "type")
|
'("GstURIType" "type")
|
||||||
'("const-gchar*" "uri")
|
'("const-gchar*" "uri")
|
||||||
'("const-gchar*" "elementname")
|
'("const-gchar*" "elementname" (null-ok) (default "NULL"))
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue