[gstreamermm] Added last few base plug-ins tcpserversink, theoraparse and uridecodebin.



commit 556d7a4d16688d8650145421e1fe849c3f0e4a84
Author: José Alburquerque <jaalburqu svn gnome org>
Date:   Tue Jun 30 16:22:23 2009 -0400

    Added last few base plug-ins tcpserversink, theoraparse and uridecodebin.

 ChangeLog                                     |    6 ++++++
 configure.ac                                  |   17 ++++++-----------
 gstreamer/src/Makefile_list_of_hg.am_fragment |    7 ++++---
 3 files changed, 16 insertions(+), 14 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index ba0f9df..8cf2635 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-06-30  José Alburquerque  <jaalburqu svn gnome org>
+
+	* configure.ac:
+	* gstreamer/src/Makefile_list_of_hg.am_fragment: Added last few base
+	plug-ins tcpserversink, theoraparse and uridecodebin.
+
 2009-06-30  David King  <davidk openismus com>
 
 	* configure.ac: Don't check for gst-inspect as it is not needed, since
diff --git a/configure.ac b/configure.ac
index f172806..cc93d00 100644
--- a/configure.ac
+++ b/configure.ac
@@ -183,26 +183,21 @@ tee=Tee typefind=TypeFindElement \
 adder=Adder alsamixer=AlsaMixer alsasink=AlsaSink alsasrc=AlsaSrc \
 appsink=AppSink appsrc=AppSrc audioconvert=AudioConvert \
 audioresample=AudioResample audiotestsrc=AudioTestSrc \
-cdparanoiasrc=CdParanoiaSrc clockoverlay=ClockOverlay decodebin=DecodeBin \
-decodebin2=DecodeBin2 \
+cdparanoiasrc=CdParanoiaSrc clockoverlay=ClockOverlay \
+decodebin=DecodeBin decodebin2=DecodeBin2 \
 ffmpegcolorspace=FfmpegColorSpace gdpdepay=GDPDepay gdppay=GDPPay \
 giosink=GioSink giosrc=GioSrc giostreamsink=GioStreamSink \
 giostreamsrc=GioStreamSrc multifdsink=MultiFdSink oggdemux=OggDemux \
-oggmux=OggMux \
-playbin=PlayBin playbin2=PlayBin2 \
+oggmux=OggMux playbin=PlayBin playbin2=PlayBin2 \
 tcpclientsink=TCPClientSink tcpclientsrc=TCPClientSrc \
-tcpserversrc=TCPServerSrc \
+tcpserversink=TcpServerSink tcpserversrc=TCPServerSrc \
 textoverlay=TextOverlay textrender=TextRender theoradec=TheoraDec \
-theoraenc=TheoraEnc timeoverlay=TimeOverlay videorate=VideoRate \
+theoraenc=TheoraEnc theoraparse=TheoraParse timeoverlay=TimeOverlay \
+uridecodebin=UriDecodeBin videorate=VideoRate \
 videoscale=VideoScale videotestsrc=VideoTestSrc volume=Volume \
 vorbisdec=VorbisDec vorbisenc=VorbisEnc vorbisparse=VorbisParse \
 vorbistag=VorbisTag ximagesink=XImageSink xvimagesink=XvImageSink"
 
-# TODO: The following plug-ins (to be added above) can't be wrapped yet because
-# their signals or properties use the GValueArray type which might have to be
-# wrapped in glibmm first: MultiFdSink, TcpServerSink, TheoraParse,
-# UriDecodeBin.
-
 # Go through all the "plug-in defs", extracting the plug-in name and the C++
 # class name.  Create a list of the C++ class names and a list of the
 # corresponding .hg file names which are taken from the C++ class name.
diff --git a/gstreamer/src/Makefile_list_of_hg.am_fragment b/gstreamer/src/Makefile_list_of_hg.am_fragment
index e29e011..fd3eebb 100644
--- a/gstreamer/src/Makefile_list_of_hg.am_fragment
+++ b/gstreamer/src/Makefile_list_of_hg.am_fragment
@@ -41,9 +41,10 @@ files_all_plugin_hg = capsfilter.hg fakesink.hg fakesrc.hg fdsink.hg fdsrc.hg \
 		  ffmpegcolorspace.hg gdpdepay.hg gdppay.hg giosink.hg \
 		  giosrc.hg giostreamsink.hg giostreamsrc.hg \
 		  multifdsink.hg oggdemux.hg oggmux.hg playbin.hg playbin2.hg \
-		  tcpclientsink.hg tcpclientsrc.hg tcpserversrc.hg \
-		  textoverlay.hg textrender.hg theoradec.hg theoraenc.hg \
-		  timeoverlay.hg videorate.hg videoscale.hg \
+		  tcpclientsink.hg tcpclientsrc.hg tcpserversink.hg \
+		  tcpserversrc.hg textoverlay.hg textrender.hg theoradec.hg \
+		  theoraenc.hg theoraparse.hg timeoverlay.hg uridecodebin.hg \
+		  videorate.hg videoscale.hg \
 		  videotestsrc.hg volume.hg vorbisdec.hg vorbisenc.hg \
 		  vorbisparse.hg vorbistag.hg ximagesink.hg xvimagesink.hg
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]