moved gst-libs/gst/net to netbuffer through CVS surgery remove old directory updating...
authorThomas Vander Stichele <thomas@apestaart.org>
Tue, 29 Nov 2005 17:46:37 +0000 (17:46 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Tue, 29 Nov 2005 17:46:37 +0000 (17:46 +0000)
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)

ChangeLog
configure.ac
docs/libs/tmpl/gstcolorbalance.sgml
gst-libs/gst/Makefile.am

index 760af2b..0721e07 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
+
+       * 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  <wingo@pobox.com>
 
        * pkgconfig/gstreamer-plugins-base.pc.in:
index f12b74a..bae6d78 100644 (file)
@@ -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
index 7ac9f04..ccb0ae2 100644 (file)
@@ -23,6 +23,15 @@ interface for adjusting color balance settings
 </para>
 
 
+<!-- ##### SIGNAL GstColorBalance::value-changed ##### -->
+<para>
+
+</para>
+
+@gstcolorbalance: the object which received the signal.
+@arg1: 
+@arg2: 
+
 <!-- ##### STRUCT GstColorBalanceClass ##### -->
 <para>
 
index 4121376..44bcca2 100644 (file)
@@ -2,17 +2,7 @@ SUBDIRS = \
        audio \
        floatcast \
        interfaces \
-       net \
-       riff \
-       rtp \
-       tag \
-       video
-
-DIST_SUBDIRS = \
-       audio \
-       floatcast \
-       interfaces \
-       net \
+       netbuffer \
        riff \
        rtp \
        tag \