- 13 Feb, 2018 1 commit
-
-
Tim-Philipp Müller authored
-
- 19 Dec, 2017 1 commit
-
-
Tim-Philipp Müller authored
-
- 09 Dec, 2017 1 commit
-
-
Tim-Philipp Müller authored
And samples that carry buffer lists. https://bugzilla.gnome.org/show_bug.cgi?id=752363
-
- 11 Oct, 2017 2 commits
-
-
- 28 Sep, 2017 2 commits
-
-
-
Sebastian Dröge authored
This is the same code that is in decklinkaudiosrc, audioringbuffer, audiomixer and various other places. Have it once instead of copying it everywhere. https://bugzilla.gnome.org/show_bug.cgi?id=787560
-
- 22 Sep, 2017 1 commit
-
-
Mathieu Duponchelle authored
+ Refactor previous constructor to call on that new constructor + Reimplement is_passthrough to strictly check whether the matrix is an identity matrix, comparing channel-masks was incorrect: the mixer may be remixing from a list of positions to the same list of positions, but ordered differently, and reciprocally, the mixer may be remixing from a list of positions to another list of positions identically ordered + Remove unused tmp field, must have been a refactoring leftover https://bugzilla.gnome.org/show_bug.cgi?id=785471
-
- 23 Feb, 2017 1 commit
-
-
Georg Lippitsch authored
Add a function to init the time code from a GDateTime https://bugzilla.gnome.org/show_bug.cgi?id=778702
-
- 21 Jan, 2017 1 commit
-
-
Víctor Manuel Jáquez Leal authored
Include documented symbols that were not declared in section file.
-
- 06 Jan, 2017 1 commit
-
-
Thibault Saunier authored
It is often usefull to make sure that you get a full copy of a profile. For example you want to let the user modify it in the user interface but still keep an unchanged version for later use. API: gst_encoding_profile_copy
-
- 22 Dec, 2016 1 commit
-
-
- 21 Nov, 2016 2 commits
-
-
- 04 Nov, 2016 1 commit
-
-
Julien Isorce authored
It adds a third argument to pass GstBufferPoolAcquireParams to gst_buffer_pool_acquire_buffer. If a user subclasses GstBufferPoolAcquireParams, this allows to pass an updated param to the underlying buffer pool at each gst_video_decoder_allocate_output_frame_with_params call. https://bugzilla.gnome.org/show_bug.cgi?id=773165
-
- 03 Nov, 2016 2 commits
-
-
Adds "memory:DMABuf" caps feature. Since 1.11 tag. Useful when the the dma-buf buffer cannot be mapped to CPU for r/w requests. Example: protected content or platform constraints. https://bugzilla.gnome.org/show_bug.cgi?id=759358
-
Nicolas Dufresne authored
This should allos for cleaner code when implement such allocator. https://bugzilla.gnome.org/show_bug.cgi?id=768794
-
- 01 Nov, 2016 1 commit
-
-
Sebastian Dröge authored
Usually this information is static for the whole stream, and various container formats store this information inside the headers for the whole stream. Having it inside the caps for these cases simplifies code and makes it possible to express these requirements more explicitly with the caps. https://bugzilla.gnome.org/show_bug.cgi?id=771376
-
- 25 Aug, 2016 1 commit
-
-
Xabier Rodriguez Calvar authored
A GstVideoOrientationMethod enumeration is also provided for the admitted property values. https://bugzilla.gnome.org/show_bug.cgi?id=768687
-
- 04 Aug, 2016 1 commit
-
-
Sebastian Dröge authored
-
- 18 Jul, 2016 1 commit
-
-
Joan Pau Beltran authored
The _pull_sample() and _pull_preroll() functions block until a sample is available, EOS happens or the pipeline is shut down (returning NULL in the last two cases). This adds _try_pull_sample() and _try_pull_preroll() functions with a timeout argument to specify the maximum amount of time to wait for a new sample. To avoid code duplication, wait forever if the timeout is GST_CLOCK_TIME_NONE and use that to implement _pull_sample/_pull_preroll with the original behavior. Add also corresponding action signals "try-pull-sample" and "try-pull-preroll". https://bugzilla.gnome.org/show_bug.cgi?id=768852
-
- 10 May, 2016 1 commit
-
-
- 12 Apr, 2016 1 commit
-
-
We currently don't log much about channel positions making debugging harder as it should be. This is the first step in my attempt to improve this. https://bugzilla.gnome.org/show_bug.cgi?id=763985
-
- 24 Mar, 2016 1 commit
-
-
Ohn Yongjin authored
Add utilities about the channels and sample rate for AAC. https://bugzilla.gnome.org/show_bug.cgi?id=749110
-
- 08 Jan, 2016 1 commit
-
-
Tim-Philipp Müller authored
-
- 05 Jan, 2016 1 commit
-
-
Tim-Philipp Müller authored
-
- 31 Dec, 2015 1 commit
-
-
Hyunjun Ko authored
<gstsdpmessage.h> GstCaps* gst_sdp_media_get_caps_from_media (const GstSDPMedia *media, gint pt); GstSDPResult gst_sdp_media_set_media_from_caps (const GstCaps* caps, GstSDPMedia *media); gchar * gst_sdp_make_keymgmt (const gchar *uri, const gchar *base64); GstSDPResult gst_sdp_message_attributes_to_caps (GstSDPMessage *msg, GstCaps *caps); GstSDPResult gst_sdp_media_attributes_to_caps (GstSDPMedia *media, GstCaps *caps); <gstmikey.h> GstMIKEYMessage * gst_mikey_message_new_from_caps (GstCaps *caps); gchar * gst_mikey_message_base64_encode (GstMIKEYMessage* msg); https://bugzilla.gnome.org/show_bug.cgi?id=745880
-
- 14 Dec, 2015 1 commit
-
-
Evan Callaway authored
gst_rtsp_connection_connect_with_response accepts a response pointer which it fills with the response from setup_tunneling if the connection is configured to be tunneled. The motivation for this is to allow the caller to inspect the response header to determine if additional authentication is required so that the connection can be retried with the appropriate authentication headers. The function prototype of gst_rtsp_connection_connect has been preserved for compatability with existing code and wraps gst_rtsp_connection_connect_with_response. https://bugzilla.gnome.org/show_bug.cgi?id=749596
-
- 10 Nov, 2015 1 commit
-
-
Matthew Waters authored
Adds a simple 4x4 affine transformations meta for passing arbitrary transformations on buffers. Based on patch by Matthieu Bouron https://bugzilla.gnome.org/show_bug.cgi?id=731791
-
- 03 Nov, 2015 2 commits
-
-
- 28 Aug, 2015 1 commit
-
-
- 06 Jul, 2015 1 commit
-
-
Sebastian Dröge authored
-
- 18 Jun, 2015 1 commit
-
-
Jan Schmidt authored
-
- 11 Jun, 2015 1 commit
-
-
Jan Schmidt authored
Add flags and enums to support multiview signalling in GstVideoInfo and GstVideoFrame, and the caps serialisation and deserialisation. videoencoder: Copy multiview settings from reference input state Add gst_video_multiview_* support API and GstVideoMultiviewMeta meta https://bugzilla.gnome.org/show_bug.cgi?id=611157
-
- 09 Jun, 2015 1 commit
- 05 Jun, 2015 1 commit
-
-
Sebastian Dröge authored
Also actually add them to the documentation.
-
- 01 Jun, 2015 1 commit
-
-
Thibault Saunier authored
Summary: So that the user can easily use the same encoding profile to render with/without audio/video stream. API: gst_encoding_profile_is_disabled gst_encoding_pofile_set_enabled https://bugzilla.gnome.org/show_bug.cgi?id=749056
-
- 19 May, 2015 1 commit
-
-
Mathieu Duponchelle authored
[API] gst_discoverer_info_to_variant [API] gst_discoverer_info_from_variant [API] GstDiscovererSerializeFlags + Serializes as a GVariant + Adds a test + Does not serialize potential GstToc (s) https://bugzilla.gnome.org/show_bug.cgi?id=748814
-
- 18 May, 2015 1 commit
-
-
Stefan Sauer authored
Warnings down to 35, unused symbols doen to 112.
-