From: Thomas Vander Stichele Date: Tue, 29 Nov 2005 17:46:37 +0000 (+0000) Subject: moved gst-libs/gst/net to netbuffer through CVS surgery remove old directory updating... X-Git-Tag: 1.19.3~511^2~12426 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=31a2b5b408c8359487cd240776b14eb45709a2fc;p=platform%2Fupstream%2Fgstreamer.git moved gst-libs/gst/net to netbuffer through CVS surgery remove old directory updating build to accomodate (#322257) Original commit message from CVS: * configure.ac: * gst-libs/gst/Makefile.am: moved gst-libs/gst/net to netbuffer through CVS surgery remove old directory updating build to accomodate (#322257) --- diff --git a/ChangeLog b/ChangeLog index 760af2b..0721e07 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2005-11-29 Thomas Vander Stichele + + * configure.ac: + * gst-libs/gst/Makefile.am: + moved gst-libs/gst/net to netbuffer through CVS surgery + remove old directory + updating build to accomodate + (#322257) + 2005-11-29 Andy Wingo * pkgconfig/gstreamer-plugins-base.pc.in: diff --git a/configure.ac b/configure.ac index f12b74a..bae6d78 100644 --- a/configure.ac +++ b/configure.ac @@ -604,7 +604,7 @@ gst-libs/gst/Makefile gst-libs/gst/audio/Makefile gst-libs/gst/floatcast/Makefile gst-libs/gst/interfaces/Makefile -gst-libs/gst/net/Makefile +gst-libs/gst/netbuffer/Makefile gst-libs/gst/riff/Makefile gst-libs/gst/rtp/Makefile gst-libs/gst/tag/Makefile diff --git a/docs/libs/tmpl/gstcolorbalance.sgml b/docs/libs/tmpl/gstcolorbalance.sgml index 7ac9f04..ccb0ae2 100644 --- a/docs/libs/tmpl/gstcolorbalance.sgml +++ b/docs/libs/tmpl/gstcolorbalance.sgml @@ -23,6 +23,15 @@ interface for adjusting color balance settings + + + + + +@gstcolorbalance: the object which received the signal. +@arg1: +@arg2: + diff --git a/gst-libs/gst/Makefile.am b/gst-libs/gst/Makefile.am index 4121376..44bcca2 100644 --- a/gst-libs/gst/Makefile.am +++ b/gst-libs/gst/Makefile.am @@ -2,17 +2,7 @@ SUBDIRS = \ audio \ floatcast \ interfaces \ - net \ - riff \ - rtp \ - tag \ - video - -DIST_SUBDIRS = \ - audio \ - floatcast \ - interfaces \ - net \ + netbuffer \ riff \ rtp \ tag \