[gstreamermm] TheoraEnc Plugin: Regenerate extra defs for needed properties.
- From: José Alburquerque <jaalburqu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gstreamermm] TheoraEnc Plugin: Regenerate extra defs for needed properties.
- Date: Fri, 12 Mar 2010 19:59:34 +0000 (UTC)
commit 1626cc88191c2a878f1909a079480a3920850133
Author: José Alburquerque <jaalburqu svn gnome org>
Date: Fri Mar 12 14:34:26 2010 -0500
TheoraEnc Plugin: Regenerate extra defs for needed properties.
* gstreamer/src/gst_signals.defs: Regenerated this file to get the new
properties included in the new GStreamer release.
ChangeLog | 7 +++
gstreamer/src/gst_signals.defs | 112 ++++++++++++++++++++++++++++++++++++++++
2 files changed, 119 insertions(+), 0 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 65fb37a..af5adb4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2010-03-12 José Alburquerque <jaalburqu svn gnome org>
+
+ TheoraEnc Plugin: Regenerate extra defs for needed properties.
+
+ * gstreamer/src/gst_signals.defs: Regenerated this file to get the new
+ properties included in the new GStreamer release.
+
2010-03-09 José Alburquerque <jaalburqu svn gnome org>
Event, Query: Wrap virtual functions.
diff --git a/gstreamer/src/gst_signals.defs b/gstreamer/src/gst_signals.defs
index 80b0076..20ec9b0 100644
--- a/gstreamer/src/gst_signals.defs
+++ b/gstreamer/src/gst_signals.defs
@@ -3366,6 +3366,15 @@
(construct-only #f)
)
+(define-property buffer-list
+ (of-object "GstBaseRTPAudioPayload")
+ (prop-type "GParamBoolean")
+ (docs "Use Buffer Lists")
+ (readable #t)
+ (writable #t)
+ (construct-only #f)
+)
+
;; From GstBaseRTPDepayload
(define-property name
@@ -3644,6 +3653,46 @@
;; 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
@@ -4381,6 +4430,15 @@
(construct-only #f)
)
+(define-property min-percent
+ (of-object "GstAppSrc")
+ (prop-type "GParamUInt")
+ (docs "Emit need-data when queued bytes drops below this percent of max-bytes")
+ (readable #t)
+ (writable #t)
+ (construct-only #f)
+)
+
;; From GstAppSink
(define-signal eos
@@ -6969,6 +7027,15 @@
(construct-only #f)
)
+(define-property subtitle-encoding
+ (of-object "GstSubtitleOverlay")
+ (prop-type "GParamString")
+ (docs "Encoding to assume if input subtitles are not in UTF-8 encoding. If not set, the GST_SUBTITLE_ENCODING environment variable will be checked for an encoding to use. If that is not set either, ISO-8859-15 will be assumed.")
+ (readable #t)
+ (writable #t)
+ (construct-only #f)
+)
+
;; From GstTCPClientSrc
(define-property name
@@ -7921,6 +7988,51 @@
(construct-only #f)
)
+(define-property vp3-compatible
+ (of-object "GstTheoraEnc")
+ (prop-type "GParamBoolean")
+ (docs "Disables non-VP3 compatible features. This property requires libtheora version >= 1.1")
+ (readable #t)
+ (writable #t)
+ (construct-only #f)
+)
+
+(define-property drop-frames
+ (of-object "GstTheoraEnc")
+ (prop-type "GParamBoolean")
+ (docs "Allow or disallow frame dropping. This property requires libtheora version >= 1.1")
+ (readable #t)
+ (writable #t)
+ (construct-only #f)
+)
+
+(define-property cap-overflow
+ (of-object "GstTheoraEnc")
+ (prop-type "GParamBoolean")
+ (docs "Enable capping of bit reservoir overflows. This property requires libtheora version >= 1.1")
+ (readable #t)
+ (writable #t)
+ (construct-only #f)
+)
+
+(define-property cap-underflow
+ (of-object "GstTheoraEnc")
+ (prop-type "GParamBoolean")
+ (docs "Enable capping of bit reservoir underflows. This property requires libtheora version >= 1.1")
+ (readable #t)
+ (writable #t)
+ (construct-only #f)
+)
+
+(define-property rate-buffer
+ (of-object "GstTheoraEnc")
+ (prop-type "GParamInt")
+ (docs "Sets the size of the rate control buffer, in units of frames. The default value of 0 instructs the encoder to automatically select an appropriate value. This property requires libtheora version >= 1.1")
+ (readable #t)
+ (writable #t)
+ (construct-only #f)
+)
+
;; From GstTheoraParse
(define-property name
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]