[gstreamermm] Re-order .hg files and plug-in list in true alphabetical order
- From: José Alburquerque <jaalburqu src gnome org>
- To: svn-commits-list gnome org
- Subject: [gstreamermm] Re-order .hg files and plug-in list in true alphabetical order
- Date: Mon, 29 Jun 2009 18:57:44 +0000 (UTC)
commit a196feb858ada11e7d9c5086841959192127609d
Author: José Alburquerque <jaalburqu svn gnome org>
Date: Mon Jun 29 14:57:06 2009 -0400
Re-order .hg files and plug-in list in true alphabetical order
ChangeLog | 8 ++++++++
configure.ac | 10 +++++-----
gstreamer/src/Makefile_list_of_hg.am_fragment | 13 ++++++-------
3 files changed, 19 insertions(+), 12 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 5e9b476..481ae1e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2009-06-29 José Alburquerque <jaalburqu svn gnome org>
+
+ * configure.ac:
+ * gstreamer/src/Makefile_list_of_hg.am_fragment: Re-order .hg files
+ and plug-in list in true alphabetical order (instead of ..src ...sink
+ order). Keep plug-in order as core plug-ins first and then base
+ plug-ins.
+
2009-06-28 José Alburquerque <jaalburqu svn gnome org>
* tools/m4/plugingen_base.m4:
diff --git a/configure.ac b/configure.ac
index d0a6488..57ae40b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -184,12 +184,12 @@ AC_SUBST(GST_INSPECT)
# gstreamer/src/Makefile_list_of_hg.am_fragment file. (That must be the same
# as "CppClassName" - all in lowercase with a .hg extension). Make sure that
# the order of both lists correspond.
-GSTREAMERMM_ALL_PLUGIN_DEFS="capsfilter=CapsFilter fakesrc=FakeSrc \
-fakesink=FakeSink fdsink=FdSink fdsrc=FdSrc filesrc=FileSrc \
-filesink=FileSink identity=Identity multiqueue=MultiQueue queue=Queue \
+GSTREAMERMM_ALL_PLUGIN_DEFS="capsfilter=CapsFilter fakesink=FakeSink \
+fakesrc=FakeSrc fdsrc=FdSrc fdsink=FdSink filesink=FileSink \
+filesrc=FileSrc identity=Identity multiqueue=MultiQueue queue=Queue \
tee=Tee typefind=TypeFindElement \
adder=Adder alsamixer=AlsaMixer alsasink=AlsaSink alsasrc=AlsaSrc \
-appsrc=AppSrc appsink=AppSink audioconvert=AudioConvert \
+appsink=AppSink appsrc=AppSrc audioconvert=AudioConvert \
audioresample=AudioResample audiotestsrc=AudioTestSrc \
cdparanoiasrc=CdParanoiaSrc clockoverlay=ClockOverlay decodebin=DecodeBin \
decodebin2=DecodeBin2 \
@@ -197,7 +197,7 @@ ffmpegcolorspace=FfmpegColorSpace gdpdepay=GDPDepay gdppay=GDPPay \
giosink=GioSink giosrc=GioSrc giostreamsink=GioStreamSink \
giostreamsrc=GioStreamSrc oggdemux=OggDemux oggmux=OggMux \
playbin=PlayBin playbin2=PlayBin2 \
-tcpclientsrc=TCPClientSrc tcpclientsink=TCPClientSink \
+tcpclientsink=TCPClientSink tcpclientsrc=TCPClientSrc \
tcpserversrc=TCPServerSrc \
textoverlay=TextOverlay textrender=TextRender theoradec=TheoraDec \
theoraenc=TheoraEnc timeoverlay=TimeOverlay videorate=VideoRate \
diff --git a/gstreamer/src/Makefile_list_of_hg.am_fragment b/gstreamer/src/Makefile_list_of_hg.am_fragment
index 96652f7..ad1ee27 100644
--- a/gstreamer/src/Makefile_list_of_hg.am_fragment
+++ b/gstreamer/src/Makefile_list_of_hg.am_fragment
@@ -11,7 +11,7 @@ files_general_hg = bin.hg buffer.hg bus.hg caps.hg childproxy.hg clock.hg \
pipeline.hg plugin.hg pluginfeature.hg preset.hg query.hg \
registry.hg segment.hg structure.hg systemclock.hg taglist.hg \
tagsetter.hg task.hg urihandler.hg value.hg xml.hg \
- basesrc.hg basesink.hg basetransform.hg pushsrc.hg audioclock.hg \
+ basesink.hg basesrc.hg basetransform.hg pushsrc.hg audioclock.hg \
audiofilter.hg audiosink.hg audiosrc.hg baseaudiosink.hg \
baseaudiosrc.hg cddabasesrc.hg ringbuffer.hg videosink.hg \
colorbalance.hg colorbalancechannel.hg mixer.hg mixeroptions.hg \
@@ -32,17 +32,16 @@ files_general_deprecated_hg =
# the same as "CppClassName" - all in lowercase with a .hg extension). Make
# sure that the order of both lists correspond.
-files_all_plugin_hg = capsfilter.hg fakesrc.hg fakesink.hg fdsink.hg fdsrc.hg \
- filesrc.hg filesink.hg identity.hg multiqueue.hg queue.hg \
+files_all_plugin_hg = capsfilter.hg fakesink.hg fakesrc.hg fdsink.hg fdsrc.hg \
+ filesink.hg filesrc.hg identity.hg multiqueue.hg queue.hg \
tee.hg typefindelement.hg \
- adder.hg alsamixer.hg alsasink.hg alsasrc.hg appsrc.hg \
- appsink.hg \
- audioconvert.hg audioresample.hg audiotestsrc.hg \
+ adder.hg alsamixer.hg alsasink.hg alsasrc.hg appsink.hg \
+ appsrc.hg audioconvert.hg audioresample.hg audiotestsrc.hg \
cdparanoiasrc.hg clockoverlay.hg decodebin.hg decodebin2.hg \
ffmpegcolorspace.hg gdpdepay.hg gdppay.hg giosink.hg \
giosrc.hg giostreamsink.hg giostreamsrc.hg \
oggdemux.hg oggmux.hg playbin.hg playbin2.hg \
- tcpclientsrc.hg tcpclientsink.hg tcpserversrc.hg \
+ tcpclientsink.hg tcpclientsrc.hg tcpserversrc.hg \
textoverlay.hg textrender.hg theoradec.hg theoraenc.hg \
timeoverlay.hg videorate.hg videoscale.hg \
videotestsrc.hg volume.hg vorbisdec.hg vorbisenc.hg \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]