- Jun 24, 2015
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Thiago Santos authored
It is a fakesink with request pads, not a source
-
The pool variable was unused when buidling with debug disabled.
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- Jun 23, 2015
-
-
The message handler is supposed to print a newline after the message just like the default message handler.
-
Support track switch from EOS track to non-EOS one. https://bugzilla.gnome.org/show_bug.cgi?id=750761
-
Clear EOS flag after received STREAM_START event https://bugzilla.gnome.org/show_bug.cgi?id=750761
-
- Jun 22, 2015
-
-
Thiago Santos authored
Adds tests for gst_element_get_compatible_pad for when it has to request pads. Note that these tests don't cover the case when it has to request a pad that already exists. https://bugzilla.gnome.org/show_bug.cgi?id=751235
-
Thiago Santos authored
Do not ignore the caps argument when requesting a pad by template. This is particularly harmful when the pad caps query by default returns ANY so it will match the first template instead of the one that actually intersects with the caps. https://bugzilla.gnome.org/show_bug.cgi?id=751235
-
Jan Schmidt authored
-
Previously, concat sent an EOS if there was a next pad. https://bugzilla.gnome.org/show_bug.cgi?id=751107
-
This disables the segment.base adjustments, which is useful if downstream takes care of base adjustments already (example: a combination of concat and streamsynchronizer) https://bugzilla.gnome.org/show_bug.cgi?id=751047
-
Sebastian Dröge authored
Also remember any preroll buffer list.
-
Sebastian Dröge authored
-
In case of a buffer list rendering, last-sample is not updated. It needs to be updated and enable to get buffer list from last-sample. https://bugzilla.gnome.org/show_bug.cgi?id=751026
-
Allowed to set/get buffer list to sample if needed https://bugzilla.gnome.org/show_bug.cgi?id=751026
-
- Jun 19, 2015
-
-
Tim-Philipp Müller authored
-
- Jun 18, 2015
-
-
Nicolas Dufresne authored
As this show up as prose in the doc, simply make it consistent and "arguable" nicer to read.
-
Nicolas Dufresne authored
This confuse the parser, hence it does not endup in the doc and the index properly.
-
Jan Schmidt authored
A core meta which helps implement the old concept of sub-buffering in some situations, by making it possible for a buffer to keep a ref on a different parent buffer. The parent buffer is unreffed when the Meta is freed. This meta is used to ensure that a buffer whose memory is being shared to a child buffer isn't freed and returned to a buffer pool until the memory is. https://bugzilla.gnome.org/show_bug.cgi?id=750039
-
- Jun 16, 2015
-
-
Nicolas Dufresne authored
This new define was added to common. The new init section fixed compilation warning found in the init line that was spread across all files.
-
Nicolas Dufresne authored
From 6015d26 to f74b2df
-
- Jun 15, 2015
-
-
Nicolas Dufresne authored
This macro didn't work well as it relied on the sign on the last divided number (number of days). This value is most of the time zero, and zero is considered positive in printf. Instead, deal with the sign manually, and resuse the original macros for the rest. This actually simplify the macro a lot.
-
- Jun 14, 2015
-
-
Tim-Philipp Müller authored
Fixes the occasional criticals in the discoverer unit test. https://bugzilla.gnome.org/show_bug.cgi?id=745073 https://bugzilla.gnome.org/show_bug.cgi?id=750823
-
Nicolas Dufresne authored
These where causing broken links.
-
Nicolas Dufresne authored
-
Nicolas Dufresne authored
-
Nicolas Dufresne authored
This is being referenced elsewhere, but results in broken links. It seems to be public API, so I think it should be in the doc.
-
Nicolas Dufresne authored
-
Nicolas Dufresne authored
The doc generator get confused with the inline structure. So workaround by wrapping the inner of the structure with public/private mark, and document that GST_COLLECT_PADS_DTS macro shall be used to access this.
-
Nicolas Dufresne authored
* Fix function name in sections.txt * Add few missing or fix miss-named * Workaround gtk-doc being confused with non typedef types (loose track of public/private
-
Nicolas Dufresne authored
So from this point, the remaining warning for libgstreamer are about protected member not showing in the doc. This may need some discussion with upstream gtk-doc people. * Remove % in from of none macro * Fixed GST_TYPE_FAGS -> GST_TYPE_FAG_SET * Minor wording fix * Can't link to GstUri.port, so split the .port part
-
Nicolas Dufresne authored
%NULL refers to the pointer. I've written it this way in one word as this is what GLib uses.
-
Nicolas Dufresne authored
So simply remove the % sign.
-
Nicolas Dufresne authored
-