From: Thomas Vander Stichele Date: Fri, 6 Feb 2004 17:54:40 +0000 (+0000) Subject: check out common with right tag X-Git-Tag: BRANCH-RELEASE-0_7_5-ROOT~91 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6ae04f0e3a26e31a1c1821bf6afe083f11964ddc;p=platform%2Fupstream%2Fgstreamer.git check out common with right tag Original commit message from CVS: check out common with right tag --- diff --git a/ChangeLog b/ChangeLog index 7f663f2..01b3c19 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2004-02-06 Thomas Vander Stichele + * autogen.sh: check out common with right tag if CVS/Tag exists + +2004-02-06 Thomas Vander Stichele + * testsuite/ghostpads/ghostpads.c: (main): fix testsuite from segfaulting diff --git a/autogen.sh b/autogen.sh index 0cb234a..4a1a407 100755 --- a/autogen.sh +++ b/autogen.sh @@ -7,7 +7,11 @@ srcfile=gst/gst.c # a quick cvs co to ease the transition if test ! -d common; then - echo "+ getting common from cvs"; cvs co common + if test -f CVS/Tag; then + # get everything from CVS/Tag from second character on + TAG="-r `tail -c +2 CVS/Tag`" + fi + echo "+ getting common from cvs"; cvs co $TAG common fi # source helper functions diff --git a/docs/gst/tmpl/gstxml.sgml b/docs/gst/tmpl/gstxml.sgml index 08450b2..32d00bc 100644 --- a/docs/gst/tmpl/gstxml.sgml +++ b/docs/gst/tmpl/gstxml.sgml @@ -110,10 +110,6 @@ All GstElements can be serialized to an XML presentation and subsequently loaded -@: -@: -@: - @gstxml: the object which received the signal. @arg1: @arg2: @@ -123,7 +119,7 @@ All GstElements can be serialized to an XML presentation and subsequently loaded -@gstxml: the object which received the signal. -@arg1: -@arg2: +@: +@: +@: