slomo gst-plugins-base: gst-plugins-base/ gst-plugins-base/docs/plugins/ gst-plugins-base/docs/plugins/inspect/ gst-plugins-base/gst/speexresample/

[email protected]
Newsgroups gmane.comp.video.gstreamer.cvs
Message-ID <[email protected]>
CVS Root:       /cvs/gstreamer
Module:         gst-plugins-base
Changes by:     slomo
Date:           Fri Nov 28 2008  09:44:26 UTC

Log message:
* docs/plugins/gst-plugins-base-plugins.args:
* docs/plugins/gst-plugins-base-plugins.hierarchy:
* docs/plugins/gst-plugins-base-plugins.interfaces:
* docs/plugins/gst-plugins-base-plugins.prerequisites:
* docs/plugins/inspect/plugin-videorate.xml:
* gst/speexresample/gstspeexresample.c:
Update documentation of speexresample for the new element name.

Modified files:
    .               : ChangeLog
    docs/plugins    : gst-plugins-base-plugins.args
                      gst-plugins-base-plugins.hierarchy
                      gst-plugins-base-plugins.interfaces
                      gst-plugins-base-plugins.prerequisites
    docs/plugins/inspect: plugin-videorate.xml
    gst/speexresample: gstspeexresample.c

Links:
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-plugins-base/ChangeLog.diff?r1=1.4225&r2=1.4226
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-plugins-base/docs/plugins/gst-plugins-base-plugins.args.diff?r1=1.34&r2=1.35
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-plugins-base/docs/plugins/gst-plugins-base-plugins.hierarchy.diff?r1=1.18&r2=1.19
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-plugins-base/docs/plugins/gst-plugins-base-plugins.interfaces.diff?r1=1.13&r2=1.14
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-plugins-base/docs/plugins/gst-plugins-base-plugins.prerequisites.diff?r1=1.12&r2=1.13
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-plugins-base/docs/plugins/inspect/plugin-videorate.xml.diff?r1=1.38&r2=1.39
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-plugins-base/gst/speexresample/gstspeexresample.c.diff?r1=1.22&r2=1.23

====Begin Diffs====
Index: ChangeLog
===================================================================
RCS file: /cvs/gstreamer/gst-plugins-base/ChangeLog,v
retrieving revision 1.4225
retrieving revision 1.4226
diff -u -d -r1.4225 -r1.4226
--- ChangeLog	28 Nov 2008 09:04:45 -0000	1.4225
+++ ChangeLog	28 Nov 2008 09:44:10 -0000	1.4226
@@ -1,5 +1,15 @@
 2008-11-28  Sebastian Dröge  <[email protected]>
 
+	* docs/plugins/gst-plugins-base-plugins.args:
+	* docs/plugins/gst-plugins-base-plugins.hierarchy:
+	* docs/plugins/gst-plugins-base-plugins.interfaces:
+	* docs/plugins/gst-plugins-base-plugins.prerequisites:
+	* docs/plugins/inspect/plugin-videorate.xml:
+	* gst/speexresample/gstspeexresample.c:
+	Update documentation of speexresample for the new element name.
+
+2008-11-28  Sebastian Dröge  <[email protected]>
 	* gst/speexresample/README:
 	Update README with the latest diff between the Speex resampler
 	and our copy.
Index: gst-plugins-base-plugins.args
RCS file: /cvs/gstreamer/gst-plugins-base/docs/plugins/gst-plugins-base-plugins.args,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- gst-plugins-base-plugins.args	27 Nov 2008 16:57:05 -0000	1.34
+++ gst-plugins-base-plugins.args	28 Nov 2008 09:44:11 -0000	1.35
@@ -339,6 +339,126 @@
 </ARG>
 <ARG>
+<NAME>GstVideoTestSrc::k0</NAME>
+<TYPE>gint</TYPE>
+<RANGE></RANGE>
+<FLAGS>rw</FLAGS>
+<NICK>Zoneplate zero order phase</NICK>
+<BLURB>Zoneplate zero order phase, for generating plain fields or phase offsets.</BLURB>
+<DEFAULT>0</DEFAULT>
+</ARG>
+<ARG>
+<NAME>GstVideoTestSrc::kt</NAME>
+<NICK>Zoneplate 1st order t phase</NICK>
+<BLURB>Zoneplate 1st order t phase, for generating phase rotation as a function of time.</BLURB>
+<NAME>GstVideoTestSrc::kt2</NAME>
+<NICK>Zoneplate 2nd order t phase</NICK>
+<BLURB>Zoneplate 2nd order t phase, t*t/256 cycles per picture.</BLURB>
+<NAME>GstVideoTestSrc::kx</NAME>
+<NICK>Zoneplate 1st order x phase</NICK>
+<BLURB>Zoneplate 1st order x phase, for generating constant horizontal frequencies.</BLURB>
+<NAME>GstVideoTestSrc::kx2</NAME>
+<NICK>Zoneplate 2nd order x phase</NICK>
+<BLURB>Zoneplate 2nd order x phase, normalised to kx2/256 cycles per horizontal pixel at width/2 from origin.</BLURB>
+<NAME>GstVideoTestSrc::kxt</NAME>
+<NICK>Zoneplate x*t product phase</NICK>
+<BLURB>Zoneplate x*t product phase, normalised to kxy/256 cycles per vertical pixel at width/2 from origin.</BLURB>
+<NAME>GstVideoTestSrc::kxy</NAME>
+<NICK>Zoneplate x*y product phase</NICK>
+<BLURB>Zoneplate x*t product phase.</BLURB>
+<NAME>GstVideoTestSrc::ky</NAME>
+<NICK>Zoneplate 1st order y phase</NICK>
+<BLURB>Zoneplate 1st order y phase, for generating contant vertical frequencies.</BLURB>
+<NAME>GstVideoTestSrc::ky2</NAME>
+<NICK>Zoneplate 2nd order y phase</NICK>
+<BLURB>Zoneplate 2nd order y phase, normailsed to ky2/256 cycles per vertical pixel at height/2 from origin.</BLURB>
+<NAME>GstVideoTestSrc::kyt</NAME>
+<NICK>Zoneplate y*t product phase</NICK>
+<BLURB>Zoneplate y*t product phase.</BLURB>
+<NAME>GstVideoTestSrc::xoffset</NAME>
+<NICK>Zoneplate 2nd order products x offset</NICK>
+<BLURB>Zoneplate 2nd order products x offset.</BLURB>
+<NAME>GstVideoTestSrc::yoffset</NAME>
+<NICK>Zoneplate 2nd order products y offset</NICK>
+<BLURB>Zoneplate 2nd order products y offset.</BLURB>
 <NAME>GstVideoscale::method</NAME>
 <TYPE>GstVideoscaleMethod</TYPE>
 <RANGE></RANGE>
@@ -521,7 +641,7 @@
 <NAME>GstMultiFdSink::buffers-max</NAME>
 <TYPE>gint</TYPE>
-<RANGE>>= G_MAXULONG</RANGE>
+<RANGE>>= -1</RANGE>
 <FLAGS>rw</FLAGS>
 <NICK>Buffers max</NICK>
 <BLURB>max number of buffers to queue for a client (-1 = no limit).</BLURB>
@@ -541,7 +661,7 @@
 <NAME>GstMultiFdSink::buffers-soft-max</NAME>
 <NICK>Buffers soft max</NICK>
 <BLURB>Recover client when going over this limit (-1 = no limit).</BLURB>
@@ -631,7 +751,7 @@
 <NAME>GstMultiFdSink::buffers-min</NAME>
 <NICK>Buffers min</NICK>
 <BLURB>min number of buffers to queue (-1 = as few as possible).</BLURB>
@@ -661,7 +781,7 @@
 <NAME>GstMultiFdSink::bytes-min</NAME>
 <NICK>Bytes min</NICK>
 <BLURB>min number of bytes to queue (-1 = as little as possible).</BLURB>
@@ -671,7 +791,7 @@
 <NAME>GstMultiFdSink::time-min</NAME>
 <TYPE>gint64</TYPE>
 <NICK>Time min</NICK>
 <BLURB>min number of time to queue (-1 = as little as possible).</BLURB>
@@ -691,7 +811,7 @@
 <NAME>GstMultiFdSink::units-max</NAME>
 <NICK>Units max</NICK>
 <BLURB>max number of units to queue (-1 = no limit).</BLURB>
@@ -701,7 +821,7 @@
 <NAME>GstMultiFdSink::units-soft-max</NAME>
 <NICK>Units soft max</NICK>
@@ -711,7 +831,7 @@
 <NAME>GstMultiFdSink::qos-dscp</NAME>
-<RANGE>[G_MAXULONG,63]</RANGE>
+<RANGE>[-1,63]</RANGE>
 <NICK>QoS diff srv code point</NICK>
 <BLURB>Quality of Service, differentiated services code point (-1 default).</BLURB>
@@ -861,7 +981,7 @@
 <NAME>GstVorbisEnc::bitrate</NAME>
-<RANGE>[G_MAXULONG,250001]</RANGE>
+<RANGE>[-1,250001]</RANGE>
 <NICK>Target Bitrate</NICK>
 <BLURB>Attempt to encode at a bitrate averaging this (in bps). This uses the bitrate management engine, and is not recommended for most users. Quality is a better alternative. (-1 == disabled).</BLURB>
@@ -891,7 +1011,7 @@
 <NAME>GstVorbisEnc::max-bitrate</NAME>
 <NICK>Maximum Bitrate</NICK>
 <BLURB>Specify a maximum bitrate (in bps). Useful for streaming applications. (-1 == disabled).</BLURB>
@@ -901,7 +1021,7 @@
 <NAME>GstVorbisEnc::min-bitrate</NAME>
 <NICK>Minimum Bitrate</NICK>
 <BLURB>Specify a minimum bitrate (in bps). Useful for encoding for a fixed-size channel. (-1 == disabled).</BLURB>
@@ -1721,7 +1841,7 @@
 <NAME>GstCdParanoiaSrc::read-speed</NAME>
 <NICK>Read speed</NICK>
 <BLURB>Read from device at specified speed.</BLURB>
@@ -1731,7 +1851,7 @@
 <NAME>GstCdParanoiaSrc::search-overlap</NAME>
-<RANGE>[G_MAXULONG,75]</RANGE>
+<RANGE>[-1,75]</RANGE>
 <NICK>Search overlap</NICK>
 <BLURB>Force minimum overlap search during verification to n sectors.</BLURB>
@@ -1869,6 +1989,26 @@
+<NAME>GstURIDecodeBin::buffer-duration</NAME>
+<TYPE>gint64</TYPE>
+<NICK>Buffer duration (ns)</NICK>
+<BLURB>Buffer duration when buffering network streams.</BLURB>
+<DEFAULT>-1</DEFAULT>
+<NAME>GstURIDecodeBin::buffer-size</NAME>
+<NICK>Buffer size (bytes)</NICK>
+<BLURB>Buffer size when buffering network streams.</BLURB>
 <NAME>GstQueue2::current-level-buffers</NAME>
 <TYPE>guint</TYPE>
@@ -2021,7 +2161,7 @@
 <NAME>GstPlayBin2::current-audio</NAME>
 <NICK>Current audio</NICK>
 <BLURB>Currently playing audio stream (-1 = auto).</BLURB>
@@ -2031,7 +2171,7 @@
 <NAME>GstPlayBin2::current-text</NAME>
 <NICK>Current Text</NICK>
 <BLURB>Currently playing text stream (-1 = auto).</BLURB>
@@ -2041,7 +2181,7 @@
 <NAME>GstPlayBin2::current-video</NAME>
 <NICK>Current Video</NICK>
 <BLURB>Currently playing video stream (-1 = auto).</BLURB>
@@ -2199,6 +2339,26 @@
+<NAME>GstPlayBin2::buffer-duration</NAME>
+<NAME>GstPlayBin2::buffer-size</NAME>
 <NAME>GstGioSink::location</NAME>
 <TYPE>gchar*</TYPE>
Index: gst-plugins-base-plugins.hierarchy
RCS file: /cvs/gstreamer/gst-plugins-base/docs/plugins/gst-plugins-base-plugins.hierarchy,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- gst-plugins-base-plugins.hierarchy	27 Nov 2008 16:57:05 -0000	1.18
+++ gst-plugins-base-plugins.hierarchy	28 Nov 2008 09:44:11 -0000	1.19
@@ -15,57 +15,57 @@
         GstDecodeBin
         GstDecodeBin2
         GstURIDecodeBin
-      GstOggDemux
-      GstOggMux
-      GstOgmParse
-        GstOgmAudioParse
-        GstOgmVideoParse
-        GstOgmTextParse
-      GstOggParse
-      GstOggAviParse
-      GstBaseSink
-        GstGioBaseSink
-          GstGioSink
-          GstGioStreamSink
-        GstBaseAudioSink
-          GstAudioSink
-            GstAlsaSink
-        GstGnomeVFSSink
-        GstVideoSink
-          GstXvImageSink
-          GstXImageSink
-        GstTCPClientSink
-        GstMultiFdSink
-          GstTCPServerSink
+      GstTextOverlay
+        GstTimeOverlay
+        GstClockOverlay
+      GstTextRender
       GstBaseSrc
-        GstGioBaseSrc
-          GstGioSrc
-          GstGioStreamSrc
         GstPushSrc
+          GstCddaBaseSrc
+            GstCdParanoiaSrc
           GstBaseAudioSrc
             GstAudioSrc
               GstAlsaSrc
-          GstCddaBaseSrc
-            GstCdParanoiaSrc
           GstV4lElement
             GstV4lSrc
           GstTCPClientSrc
           GstTCPServerSrc
           GstVideoTestSrc
         GstGnomeVFSSrc
+        GstGioBaseSrc
+          GstGioSrc
+          GstGioStreamSrc
         GstAudioTestSrc
+      GstBaseSink
+        GstGnomeVFSSink
+        GstBaseAudioSink
+          GstAudioSink
+            GstAlsaSink
+        GstGioBaseSink
+          GstGioSink
+          GstGioStreamSink
+        GstVideoSink
+          GstXvImageSink
+          GstXImageSink
+        GstTCPClientSink
+        GstMultiFdSink
+          GstTCPServerSink
       GstVorbisEnc
       GstVorbisDec
       GstVorbisParse
         GstVorbisTag
-      GstTextOverlay
-        GstTimeOverlay
-        GstClockOverlay
-      GstTextRender
+      GstAlsaMixerElement
       GstTheoraDec
       GstTheoraEnc
       GstTheoraParse
-      GstAlsaMixerElement
+      GstOggDemux
+      GstOggMux
+      GstOgmParse
+        GstOgmAudioParse
+        GstOgmVideoParse
+        GstOgmTextParse
+      GstOggParse
+      GstOggAviParse
       GstVisual
         GstVisualjess
         GstVisualbumpscope
@@ -75,22 +75,22 @@
         GstVisuallv_analyzer
         GstVisuallv_scope
         GstVisualoinksie
-      GstSubParse
-      GstSsaParse
-      GstAudioRate
+      GstGDPDepay
+      GstGDPPay
+      GstStreamSelector
+      GstQueue2
       GstBaseTransform
-        GstAudioConvert
-        GstFFMpegCsp
-        GstSpeexResample
         GstAudioFilter
           GstVolume
+        GstFFMpegCsp
+        GstSpeexResample
         GstVideoScale
+        GstAudioConvert
       GstAdder
-      GstGDPDepay
-      GstGDPPay
-      GstStreamSelector
-      GstQueue2
       GstVideoRate
+      GstAudioRate
+      GstSubParse
+      GstSsaParse
     GstBus
     GstTask
     GstClock
@@ -100,6 +100,15 @@
     GstRegistry
     GstRingBuffer
   GstSignalObject
+  PangoFontMap
+    PangoFcFontMap
+      PangoFT2FontMap
+  PangoContext
+  LinkConnection
+    GIOPConnection
+  LinkServer
+    GIOPServer
+  GConfClient
   GFileMonitor
     GLocalDirectoryMonitor
       GInotifyDirectoryMonitor
@@ -118,42 +127,33 @@
   GVfsUriMapper
     GVfsUriMapperSmb
     GVfsUriMapperHttp
-  GAppLookupGConf
   HalDevice
   HalPool
   GHalDrive
   GHalMount
   GHalVolume
+  GAppLookupGConf
   GOutputStream
   GInputStream
-  PangoFontMap
-    PangoFcFontMap
-      PangoFT2FontMap
-  PangoContext
-  LinkConnection
-    GIOPConnection
-  LinkServer
-    GIOPServer
-  GConfClient
-  GstColorBalanceChannel
   GstTunerNorm
   GstTunerChannel
-  GstMixerTrack
+  GstColorBalanceChannel
   GstStreamInfo
+  GstMixerTrack
 GInterface
   GTypePlugin
   GstChildProxy
   GstURIHandler
+  GstTagSetter
+  GstImplementsInterface
+  GstMixer
+  GstPropertyProbe
   GFile
   GDesktopAppInfoLookup
   GDrive
   GMount
   GVolume
-  GstTagSetter
-  GstImplementsInterface
-  GstMixer
-  GstPropertyProbe
-  GstNavigation
+  GstTuner
   GstXOverlay
   GstColorBalance
-  GstTuner
+  GstNavigation
Index: gst-plugins-base-plugins.interfaces
RCS file: /cvs/gstreamer/gst-plugins-base/docs/plugins/gst-plugins-base-plugins.interfaces,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- gst-plugins-base-plugins.interfaces	27 Nov 2008 16:57:05 -0000	1.13
+++ gst-plugins-base-plugins.interfaces	28 Nov 2008 09:44:11 -0000	1.14
@@ -6,25 +6,25 @@
 GstDecodeBin GstChildProxy
 GstDecodeBin2 GstChildProxy
 GstURIDecodeBin GstChildProxy
-GstGioSink GstURIHandler
-GstAlsaSink GstPropertyProbe
-GstGnomeVFSSink GstURIHandler
-GstXvImageSink GstImplementsInterface GstPropertyProbe GstNavigation GstXOverlay GstColorBalance
-GstXImageSink GstImplementsInterface GstNavigation GstXOverlay
-GstGioSrc GstURIHandler
-GstAlsaSrc GstImplementsInterface GstMixer GstPropertyProbe
 GstCddaBaseSrc GstURIHandler
 GstCdParanoiaSrc GstURIHandler
-GstV4lElement GstImplementsInterface GstPropertyProbe GstXOverlay GstColorBalance GstTuner
-GstV4lSrc GstImplementsInterface GstPropertyProbe GstXOverlay GstColorBalance GstTuner
+GstAlsaSrc GstImplementsInterface GstMixer GstPropertyProbe
+GstV4lElement GstImplementsInterface GstPropertyProbe GstTuner GstXOverlay GstColorBalance
+GstV4lSrc GstImplementsInterface GstPropertyProbe GstTuner GstXOverlay GstColorBalance
 GstGnomeVFSSrc GstURIHandler
+GstGioSrc GstURIHandler
+GstGnomeVFSSink GstURIHandler
+GstAlsaSink GstPropertyProbe
+GstGioSink GstURIHandler
+GstXvImageSink GstImplementsInterface GstPropertyProbe GstXOverlay GstColorBalance GstNavigation
+GstXImageSink GstImplementsInterface GstXOverlay GstNavigation
 GstVorbisEnc GstTagSetter
 GstVorbisTag GstTagSetter
 GstAlsaMixerElement GstImplementsInterface GstMixer GstPropertyProbe
 GstVolume GstImplementsInterface GstMixer
 GTypeModule GTypePlugin
 GIOModule GTypePlugin
-GAppLookupGConf GDesktopAppInfoLookup
 GHalDrive GDrive
 GHalMount GMount
 GHalVolume GVolume
+GAppLookupGConf GDesktopAppInfoLookup
Index: gst-plugins-base-plugins.prerequisites
RCS file: /cvs/gstreamer/gst-plugins-base/docs/plugins/gst-plugins-base-plugins.prerequisites,v
retrieving revision 1.12
diff -u -d -r1.12 -r1.13
--- gst-plugins-base-plugins.prerequisites	27 Nov 2008 16:57:05 -0000	1.12
+++ gst-plugins-base-plugins.prerequisites	28 Nov 2008 09:44:11 -0000	1.13
@@ -1,12 +1,12 @@
 GstChildProxy GstObject
+GstTagSetter GstObject GstElement
+GstImplementsInterface GstObject GstElement
+GstMixer GstObject GstImplementsInterface GstElement
 GFile GObject
 GDesktopAppInfoLookup GObject
 GDrive GObject
 GMount GObject
 GVolume GObject
-GstTagSetter GstObject GstElement
-GstImplementsInterface GstObject GstElement
-GstMixer GstObject GstImplementsInterface GstElement
+GstTuner GstObject GstImplementsInterface GstElement
 GstXOverlay GstObject GstImplementsInterface GstElement
 GstColorBalance GstObject GstImplementsInterface GstElement
-GstTuner GstObject GstImplementsInterface GstElement
Index: plugin-videorate.xml
RCS file: /cvs/gstreamer/gst-plugins-base/docs/plugins/inspect/plugin-videorate.xml,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- plugin-videorate.xml	27 Nov 2008 16:57:07 -0000	1.38
+++ plugin-videorate.xml	28 Nov 2008 09:44:11 -0000	1.39
@@ -20,13 +20,13 @@
           <name>src</name>
           <direction>source</direction>
           <presence>always</presence>
-          <details>video/x-raw-yuv; video/x-raw-rgb</details>
+          <details>video/x-raw-yuv; video/x-raw-rgb; image/jpeg; image/png</details>
         </caps>
         <caps>
           <name>sink</name>
           <direction>sink</direction>
       </pads>
     </element>
Index: gstspeexresample.c
RCS file: /cvs/gstreamer/gst-plugins-base/gst/speexresample/gstspeexresample.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- gstspeexresample.c	28 Nov 2008 08:37:50 -0000	1.22
+++ gstspeexresample.c	28 Nov 2008 09:44:12 -0000	1.23
@@ -20,15 +20,15 @@
  */
 /**
- * SECTION:element-speexresample
+ * SECTION:element-audioresample
  *
- * speexresample resamples raw audio buffers to different sample rates using
+ * audioresample resamples raw audio buffers to different sample rates using
  * a configurable windowing function to enhance quality.
  * <refsect2>
  * <title>Example launch line</title>
  * |[
- * gst-launch -v filesrc location=sine.ogg ! oggdemux ! vorbisdec ! audioconvert ! speexresample ! audio/x-raw-int, rate=8000 ! alsasink
+ * gst-launch -v filesrc location=sine.ogg ! oggdemux ! vorbisdec ! audioconvert ! audioresample ! audio/x-raw-int, rate=8000 ! alsasink
  * ]| Decode an Ogg/Vorbis downsample to 8Khz and play sound through alsa.
  * To create the Ogg/Vorbis file refer to the documentation of vorbisenc.
  * </refsect2>

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/

_______________________________________________
gstreamer-cvs-verbose mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gstreamer-cvs-verbose
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.