[gstreamermm] Regenerate signals and properties.



commit 41d508733e40f5e2db12471034f27168b39cdd86
Author: Josà Alburquerque <jaalburqu svn gnome org>
Date:   Tue Jan 31 18:58:38 2012 -0500

    Regenerate signals and properties.
    
    	* gstreamer/src/gst_signals.defs: Regenerate to get the new properties
    	of plugins.
    	* gstreamer/src/gst_signals.defs.patch: Update the patch file to
    	include a fix for the "discovered" signal of GstDiscoverer.

 ChangeLog                            |    9 ++
 gstreamer/src/gst_signals.defs       |  199 ++++++++++++++++++++++------
 gstreamer/src/gst_signals.defs.patch |  235 +++++++++++++---------------------
 3 files changed, 254 insertions(+), 189 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index a76bb5c..f6ff427 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2012-01-31  Josà Alburquerque  <jaalburquerque gmail com>
+
+	Regenerate signals and properties.
+
+	* gstreamer/src/gst_signals.defs: Regenerate to get the new properties
+	of plugins.
+	* gstreamer/src/gst_signals.defs.patch: Update the patch file to
+	include a fix for the "discovered" signal of GstDiscoverer.
+
 2012-01-16  Josà Alburquerque  <jaalburquerque gmail com>
 
 	Fix the build with the latest GStreamer sources and glibmm.
diff --git a/gstreamer/src/gst_signals.defs b/gstreamer/src/gst_signals.defs
index db4f81b..78afb3c 100644
--- a/gstreamer/src/gst_signals.defs
+++ b/gstreamer/src/gst_signals.defs
@@ -1358,6 +1358,15 @@
   (construct-only #f)
 )
 
+(define-property sync-streams
+  (of-object "GstInputSelector")
+  (prop-type "GParamBoolean")
+  (docs "Synchronize inactive streams to the running time of the active stream")
+  (readable #t)
+  (writable #t)
+  (construct-only #f)
+)
+
 ;; From GstMultiQueue
 
 (define-signal underrun
@@ -1453,6 +1462,15 @@
   (construct-only #f)
 )
 
+(define-property sync-by-running-time
+  (of-object "GstMultiQueue")
+  (prop-type "GParamBoolean")
+  (docs "Synchronize deactivated or not-linked streams by running time")
+  (readable #t)
+  (writable #t)
+  (construct-only #f)
+)
+
 ;; From GstOutputSelector
 
 (define-property active-pad
@@ -1914,10 +1932,28 @@
   (construct-only #f)
 )
 
+(define-property alignment-threshold
+  (of-object "GstBaseAudioSink")
+  (prop-type "GParamUInt64")
+  (docs "Timestamp alignment threshold in nanoseconds")
+  (readable #t)
+  (writable #t)
+  (construct-only #f)
+)
+
 (define-property drift-tolerance
   (of-object "GstBaseAudioSink")
   (prop-type "GParamInt64")
-  (docs "Tolerance for timestamp and clock drift in microseconds")
+  (docs "Tolerance for clock drift in microseconds")
+  (readable #t)
+  (writable #t)
+  (construct-only #f)
+)
+
+(define-property discont-wait
+  (of-object "GstBaseAudioSink")
+  (prop-type "GParamUInt64")
+  (docs "Window of time in nanoseconds to wait before creating a discontinuity")
   (readable #t)
   (writable #t)
   (construct-only #f)
@@ -2208,46 +2244,6 @@
 
 ;; From GstMixer
 
-(define-signal record-toggled
-  (of-object "GstMixer")
-  (return-type "void")
-  (when "last")
-  (parameters
-    '("GstMixerTrack*" "p0")
-    '("gboolean" "p1")
-  )
-)
-
-(define-signal mute-toggled
-  (of-object "GstMixer")
-  (return-type "void")
-  (when "last")
-  (parameters
-    '("GstMixerTrack*" "p0")
-    '("gboolean" "p1")
-  )
-)
-
-(define-signal volume-changed
-  (of-object "GstMixer")
-  (return-type "void")
-  (when "last")
-  (parameters
-    '("GstMixerTrack*" "p0")
-    '("gpointer" "p1")
-  )
-)
-
-(define-signal option-changed
-  (of-object "GstMixer")
-  (return-type "void")
-  (when "last")
-  (parameters
-    '("GstMixerOptions*" "p0")
-    '("const-gchar*" "p1")
-  )
-)
-
 ;; From GstMixerTrack
 
 (define-property label
@@ -3606,6 +3602,24 @@
   (construct-only #f)
 )
 
+(define-property max-tolerance
+  (of-object "GstOggMux")
+  (prop-type "GParamUInt64")
+  (docs "Maximum timestamp difference for maintaining perfect granules")
+  (readable #t)
+  (writable #t)
+  (construct-only #f)
+)
+
+(define-property skeleton
+  (of-object "GstOggMux")
+  (prop-type "GParamBoolean")
+  (docs "Whether to include a Skeleton track")
+  (readable #t)
+  (writable #t)
+  (construct-only #f)
+)
+
 ;; From GstPlayBin
 
 (define-property audio-sink
@@ -4321,6 +4335,24 @@
   (construct-only #f)
 )
 
+(define-property shadow
+  (of-object "GstTextOverlay")
+  (prop-type "GParamBoolean")
+  (docs "Whether to create a shadow of the letters under the text")
+  (readable #t)
+  (writable #t)
+  (construct-only #f)
+)
+
+(define-property outline-color
+  (of-object "GstTextOverlay")
+  (prop-type "GParamUInt")
+  (docs "Color to use for outline the text (big-endian ARGB).")
+  (readable #t)
+  (writable #t)
+  (construct-only #f)
+)
+
 ;; From GstTextRender
 
 (define-property halignment
@@ -4570,6 +4602,15 @@
   (construct-only #f)
 )
 
+(define-property dup-on-gap
+  (of-object "GstTheoraEnc")
+  (prop-type "GParamBoolean")
+  (docs "Allow codec to handle frames with GAP flag as duplicates of previous frame. This is good to work with variable frame rate stabilized by videorate element. It will add variable latency with maximal size of keyframe distance, this way it is a bad idea to use with live streams.")
+  (readable #t)
+  (writable #t)
+  (construct-only #f)
+)
+
 ;; From GstTheoraParse
 
 (define-property synchronization-points
@@ -4816,6 +4857,42 @@
   (construct-only #f)
 )
 
+(define-property drop-only
+  (of-object "GstVideoRate")
+  (prop-type "GParamBoolean")
+  (docs "Only drop frames, no duplicates are produced")
+  (readable #t)
+  (writable #t)
+  (construct-only #f)
+)
+
+(define-property average-period
+  (of-object "GstVideoRate")
+  (prop-type "GParamUInt64")
+  (docs "Period over which to average the framerate (in ns) (0 = disabled)")
+  (readable #t)
+  (writable #t)
+  (construct-only #f)
+)
+
+(define-property max-rate
+  (of-object "GstVideoRate")
+  (prop-type "GParamInt")
+  (docs "Maximum framerate allowed to pass through (in frames per second, implies drop-only)")
+  (readable #t)
+  (writable #t)
+  (construct-only #f)
+)
+
+(define-property force-fps
+  (of-object "GstVideoRate")
+  (prop-type "GstParamFraction")
+  (docs "Force output framerate (negative means negotiate via caps)")
+  (readable #t)
+  (writable #t)
+  (construct-only #f)
+)
+
 ;; From GstVideoScale
 
 (define-property method
@@ -4836,6 +4913,42 @@
   (construct-only #f)
 )
 
+(define-property sharpness
+  (of-object "GstVideoScale")
+  (prop-type "GParamDouble")
+  (docs "Sharpness of filter")
+  (readable #t)
+  (writable #t)
+  (construct-only #f)
+)
+
+(define-property sharpen
+  (of-object "GstVideoScale")
+  (prop-type "GParamDouble")
+  (docs "Sharpening")
+  (readable #t)
+  (writable #t)
+  (construct-only #f)
+)
+
+(define-property dither
+  (of-object "GstVideoScale")
+  (prop-type "GParamBoolean")
+  (docs "Add dither (only used for Lanczos method)")
+  (readable #t)
+  (writable #t)
+  (construct-only #f)
+)
+
+(define-property envelope
+  (of-object "GstVideoScale")
+  (prop-type "GParamDouble")
+  (docs "Size of filter envelope")
+  (readable #t)
+  (writable #t)
+  (construct-only #f)
+)
+
 ;; From GstVideoTestSrc
 
 (define-property pattern
@@ -5114,7 +5227,7 @@
 (define-property synchronous
   (of-object "GstXImageSink")
   (prop-type "GParamBoolean")
-  (docs "When enabled, runs the X display in synchronous mode. (used only for debugging)")
+  (docs "When enabled, runs the X display in synchronous mode. (unrelated to A/V sync, used only for debugging)")
   (readable #t)
   (writable #t)
   (construct-only #f)
@@ -5224,7 +5337,7 @@
 (define-property synchronous
   (of-object "GstXvImageSink")
   (prop-type "GParamBoolean")
-  (docs "When enabled, runs the X display in synchronous mode. (used only for debugging)")
+  (docs "When enabled, runs the X display in synchronous mode. (unrelated to A/V sync, used only for debugging)")
   (readable #t)
   (writable #t)
   (construct-only #f)
diff --git a/gstreamer/src/gst_signals.defs.patch b/gstreamer/src/gst_signals.defs.patch
index 1c99f7d..3f09466 100644
--- a/gstreamer/src/gst_signals.defs.patch
+++ b/gstreamer/src/gst_signals.defs.patch
@@ -1,146 +1,89 @@
-*** gst_signals.defs	2011-05-05 18:42:23.000000000 -0400
---- gst_signals.defs.new	2011-05-05 18:35:05.000000000 -0400
-***************
-*** 1,3 ****
---- 1,5 ----
-+ ;; Apply gst_signals.defs.patch after regenerating.
-+ 
-  ;; From GstBus
-  
-  (define-signal message
-***************
-*** 73,79 ****
-    (return-type "void")
-    (when "first")
-    (parameters
-!     '("GObject*" "p0")
-    )
-  )
-  
---- 75,81 ----
-    (return-type "void")
-    (when "first")
-    (parameters
-!     '("GstObject*" "p0")
-    )
-  )
-  
-***************
-*** 82,88 ****
-    (return-type "void")
-    (when "first")
-    (parameters
-!     '("GObject*" "p0")
-    )
-  )
-  
---- 84,90 ----
-    (return-type "void")
-    (when "first")
-    (parameters
-!     '("GstObject*" "p0")
-    )
-  )
-  
-***************
-*** 213,219 ****
-    (return-type "void")
-    (when "last")
-    (parameters
-!     '("gpointer" "p0")
-    )
-  )
-  
---- 215,221 ----
-    (return-type "void")
-    (when "last")
-    (parameters
-!     '("GstXmlNodePtr" "p0")
-    )
-  )
-  
-***************
-*** 223,229 ****
-    (when "first")
-    (parameters
-      '("GstObject*" "p0")
-!     '("GParam" "p1")
-    )
-  )
-  
---- 225,231 ----
-    (when "first")
-    (parameters
-      '("GstObject*" "p0")
-!     '("GParamSpec*" "p1")
-    )
-  )
-  
-***************
-*** 378,384 ****
-    (return-type "void")
-    (when "last")
-    (parameters
-!     '("gpointer" "p0")
-    )
-  )
-  
---- 380,386 ----
-    (return-type "void")
-    (when "last")
-    (parameters
-!     '("GstPlugin*" "p0")
-    )
-  )
-  
-***************
-*** 387,393 ****
-    (return-type "void")
-    (when "last")
-    (parameters
-!     '("gpointer" "p0")
-    )
-  )
-  
---- 389,395 ----
-    (return-type "void")
-    (when "last")
-    (parameters
-!     '("GstPluginFeature*" "p0")
-    )
-  )
-  
-***************
-*** 435,441 ****
-    (when "last")
-    (parameters
-      '("GstObject*" "p0")
-!     '("gpointer" "p1")
-    )
-  )
-  
---- 437,443 ----
-    (when "last")
-    (parameters
-      '("GstObject*" "p0")
-!     '("xmlNodePtr" "p1")
-    )
-  )
-  
-***************
-*** 2289,2295 ****
-    (return-type "void")
-    (when "last")
-    (parameters
-!     '("gpointer" "p0")
-    )
-  )
-  
---- 2291,2297 ----
-    (return-type "void")
-    (when "last")
-    (parameters
-!     '("const-GParamSpec*" "p0")
-    )
-  )
-  
+--- gst_signals.defs	2012-01-31 19:02:28.000000000 -0500
++++ gst_signals.defs.new	2012-01-31 18:44:04.000000000 -0500
+@@ -1,3 +1,5 @@
++;; Apply gst_signals.defs.patch after regenerating.
++
+ ;; From GstBus
+ 
+ (define-signal message
+@@ -73,7 +75,7 @@
+   (return-type "void")
+   (when "first")
+   (parameters
+-    '("GObject*" "p0")
++    '("GstObject*" "p0")
+   )
+ )
+ 
+@@ -82,7 +84,7 @@
+   (return-type "void")
+   (when "first")
+   (parameters
+-    '("GObject*" "p0")
++    '("GstObject*" "p0")
+   )
+ )
+ 
+@@ -213,7 +215,7 @@
+   (return-type "void")
+   (when "last")
+   (parameters
+-    '("gpointer" "p0")
++    '("GstXmlNodePtr" "p0")
+   )
+ )
+ 
+@@ -223,7 +225,7 @@
+   (when "first")
+   (parameters
+     '("GstObject*" "p0")
+-    '("GParam" "p1")
++    '("GParamSpec*" "p1")
+   )
+ )
+ 
+@@ -378,7 +380,7 @@
+   (return-type "void")
+   (when "last")
+   (parameters
+-    '("gpointer" "p0")
++    '("GstPlugin*" "p0")
+   )
+ )
+ 
+@@ -387,7 +389,7 @@
+   (return-type "void")
+   (when "last")
+   (parameters
+-    '("gpointer" "p0")
++    '("GstPluginFeature*" "p0")
+   )
+ )
+ 
+@@ -435,7 +437,7 @@
+   (when "last")
+   (parameters
+     '("GstObject*" "p0")
+-    '("gpointer" "p1")
++    '("xmlNodePtr" "p1")
+   )
+ )
+ 
+@@ -2185,7 +2187,7 @@
+   (when "last")
+   (parameters
+     '("GstDiscovererInfo*" "p0")
+-    '("GError*" "p1")
++    '("const-GError*" "p1")
+   )
+ )
+ 
+@@ -2318,7 +2320,7 @@
+   (return-type "void")
+   (when "last")
+   (parameters
+-    '("gpointer" "p0")
++    '("const-GParamSpec*" "p0")
+   )
+ )
+ 



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