summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2006-04-07 14:32:08 +0000
committerAndy Wingo <wingo@pobox.com>2006-04-07 14:32:08 +0000
commit59667a31a70be19fb11c2f3928ecc3ad083ce77b (patch)
tree3037a999896e343995f27edc8258142d828a2a33
parent5b30271cd36fa3df6f7f939646e4b64ed65e76b7 (diff)
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.
-rw-r--r--ChangeLog5
m---------common0
-rw-r--r--gst/gst.defs2
3 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 39863cf..5db725c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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:
diff --git a/common b/common
-Subproject 623fe1c2cce45bc30d5823c05716349874ae994
+Subproject 1783855e983a5294434673694e8a57e44980b6f
diff --git a/gst/gst.defs b/gst/gst.defs
index 185a7df..3151429 100644
--- a/gst/gst.defs
+++ b/gst/gst.defs
@@ -6167,7 +6167,7 @@
(parameters
'("GstURIType" "type")
'("const-gchar*" "uri")
- '("const-gchar*" "elementname")
+ '("const-gchar*" "elementname" (null-ok) (default "NULL"))
)
)