diff --git a/ChangeLog b/ChangeLog index 760af2b327..0721e0718c 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 f12b74a9fe..bae6d78d78 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 7ac9f04e8f..ccb0ae227b 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 41213767fb..44bcca2b0e 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 \