]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gstreamer: Update from 1.19.0+ git master
authorRico Tzschichholz <ricotz@ubuntu.com>
Tue, 10 Aug 2021 15:08:51 +0000 (17:08 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Tue, 10 Aug 2021 15:10:12 +0000 (17:10 +0200)
vapi/gst-editing-services-1.0.vapi
vapi/gstreamer-app-1.0.vapi
vapi/metadata/GstRtp-1.0.metadata

index 464ca155361ab3e3eb5a31a0545501e494af2dfd..e58fbfbd626843143a3e44bbcc24e2bfd0066cbe 100644 (file)
@@ -510,6 +510,8 @@ namespace GES {
                public Timeline.audio_video ();
                public bool commit ();
                public bool commit_sync ();
+               [Version (since = "1.20")]
+               public void freeze_commit ();
                [CCode (has_construct_function = false)]
                public Timeline.from_uri (string uri) throws GLib.Error;
                public bool get_auto_transition ();
@@ -536,6 +538,8 @@ namespace GES {
                public bool save_to_uri (string uri, GES.Asset? formatter_asset, bool overwrite) throws GLib.Error;
                public void set_auto_transition (bool auto_transition);
                public void set_snapping_distance (Gst.ClockTime snapping_distance);
+               [Version (since = "1.20")]
+               public void thaw_commit ();
                public bool auto_transition { get; set; }
                public uint64 duration { get; }
                public uint64 snapping_distance { get; set; }
index 887a56cca35420d57b2695b81ddd94fddedcde36..b7821b6759e372ea3584a08eddbfda97d11954ae 100644 (file)
@@ -34,10 +34,14 @@ namespace Gst {
                        public bool wait_on_eos { get; set; }
                        public virtual signal Gst.FlowReturn new_preroll ();
                        public virtual signal Gst.FlowReturn new_sample ();
+                       [Version (since = "1.20")]
+                       public signal bool new_serialized_event ();
                        [HasEmitter]
                        public virtual signal Gst.Sample pull_preroll ();
                        [HasEmitter]
                        public virtual signal Gst.Sample pull_sample ();
+                       [Version (since = "1.20")]
+                       public virtual signal Gst.MiniObject try_pull_object (uint64 timeout);
                        [HasEmitter]
                        [Version (since = "1.10")]
                        public virtual signal Gst.Sample try_pull_preroll (uint64 timeout);
index 6974b352af80327ecb9942dcf9d38dc96c25a7aa..934c583148c3fee74027d05be255600772fee38f 100644 (file)
@@ -9,9 +9,6 @@ RTP_PAYLOAD_* parent="Gst.RTP.Payload" name="RTP_PAYLOAD_(.+)"
 //buffer_*_rtp_source_meta parent="Gst.RTP.Buffer" name="buffer_(.+)"
 RTPBuffer
   .map unowned=false
-RTPHeaderExtension
-  .read.data array array_length_idx=2
-  .write.data array array_length_idx=4
 RTPSourceMeta
   .append_csrc.csrc array array_length_idx=1