mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
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:
parent
dfdde20c6c
commit
31a2b5b408
4 changed files with 20 additions and 12 deletions
|
@ -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>
|
2005-11-29 Andy Wingo <wingo@pobox.com>
|
||||||
|
|
||||||
* pkgconfig/gstreamer-plugins-base.pc.in:
|
* pkgconfig/gstreamer-plugins-base.pc.in:
|
||||||
|
|
|
@ -604,7 +604,7 @@ gst-libs/gst/Makefile
|
||||||
gst-libs/gst/audio/Makefile
|
gst-libs/gst/audio/Makefile
|
||||||
gst-libs/gst/floatcast/Makefile
|
gst-libs/gst/floatcast/Makefile
|
||||||
gst-libs/gst/interfaces/Makefile
|
gst-libs/gst/interfaces/Makefile
|
||||||
gst-libs/gst/net/Makefile
|
gst-libs/gst/netbuffer/Makefile
|
||||||
gst-libs/gst/riff/Makefile
|
gst-libs/gst/riff/Makefile
|
||||||
gst-libs/gst/rtp/Makefile
|
gst-libs/gst/rtp/Makefile
|
||||||
gst-libs/gst/tag/Makefile
|
gst-libs/gst/tag/Makefile
|
||||||
|
|
|
@ -23,6 +23,15 @@ interface for adjusting color balance settings
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### SIGNAL GstColorBalance::value-changed ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@gstcolorbalance: the object which received the signal.
|
||||||
|
@arg1:
|
||||||
|
@arg2:
|
||||||
|
|
||||||
<!-- ##### STRUCT GstColorBalanceClass ##### -->
|
<!-- ##### STRUCT GstColorBalanceClass ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
|
|
|
@ -2,17 +2,7 @@ SUBDIRS = \
|
||||||
audio \
|
audio \
|
||||||
floatcast \
|
floatcast \
|
||||||
interfaces \
|
interfaces \
|
||||||
net \
|
netbuffer \
|
||||||
riff \
|
|
||||||
rtp \
|
|
||||||
tag \
|
|
||||||
video
|
|
||||||
|
|
||||||
DIST_SUBDIRS = \
|
|
||||||
audio \
|
|
||||||
floatcast \
|
|
||||||
interfaces \
|
|
||||||
net \
|
|
||||||
riff \
|
riff \
|
||||||
rtp \
|
rtp \
|
||||||
tag \
|
tag \
|
||||||
|
|
Loading…
Reference in a new issue