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)
This commit is contained in:
Thomas Vander Stichele 2005-11-29 17:46:37 +00:00
parent dfdde20c6c
commit 31a2b5b408
4 changed files with 20 additions and 12 deletions

View file

@ -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:

View 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

View 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>

View file

@ -2,17 +2,7 @@ SUBDIRS = \
audio \
floatcast \
interfaces \
net \
riff \
rtp \
tag \
video
DIST_SUBDIRS = \
audio \
floatcast \
interfaces \
net \
netbuffer \
riff \
rtp \
tag \