From b18efd0d226283539ea8a685b201d9d1a9c74300 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Mon, 2 Aug 2004 17:33:54 +0000 Subject: [PATCH] allow no name for thread and pipeline Original commit message from CVS: allow no name for thread and pipeline --- ChangeLog | 5 +++++ common | 2 +- gst/gst.defs | 4 ++-- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index d73b025..9864678 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-08-02 Thomas Vander Stichele + + * gst/gst.defs: + allow no name for thread and pipeline as well + 2004-07-16 Johan Dahlin * pkgconfig/gst-python.pc.in (pyexecdir): Add and remove comments diff --git a/common b/common index 8f16cd2..14f44a5 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 8f16cd236828a8bb7be51696029e0e24b7a6c517 +Subproject commit 14f44a56213628dcfdf8ca77159ba0f9622f6102 diff --git a/gst/gst.defs b/gst/gst.defs index a7bd0a1..e60b590 100644 --- a/gst/gst.defs +++ b/gst/gst.defs @@ -3586,7 +3586,7 @@ (is-constructor-of "GstPipeline") (return-type "GstElement*") (parameters - '("const-gchar*" "name") + '("const-gchar*" "name" (null-ok) (default "NULL")) ) ) @@ -5375,7 +5375,7 @@ (is-constructor-of "GstThread") (return-type "GstElement*") (parameters - '("const-gchar*" "name") + '("const-gchar*" "name" (null-ok) (default "NULL")) ) ) -- 2.7.4