- Jul 19, 2014
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- Jul 17, 2014
-
-
Thibault Saunier authored
When going to READY, it is possible that we are still pusing a frame but that our srcpad has already been set to flushing. In that case we should not post any error on the bus but instead cleanly return FLOW_FLUSHING. https://bugzilla.gnome.org/show_bug.cgi?id=733320
-
Edward Hervey authored
The initial buffers (that were used for timestamping) might have PTS and DTS set. In order to forward those properly, get the initial PTS/DTS from the adapter and set them on the reconstructed output buffer. https://bugzilla.gnome.org/show_bug.cgi?id=733291
-
- Jul 16, 2014
- Jul 14, 2014
-
-
Thiago Santos authored
Otherwise it will have a 0 value and GstTagList won't be found for GstValue functions (serialization/deserialization) https://bugzilla.gnome.org/show_bug.cgi?id=733131
-
- Jul 11, 2014
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- Jul 09, 2014
-
-
* GstGlobalDeviceMonitor was renamed to GstDeviceMonitor * Expand GST_MESSAGE_DEVICE to the full enum value names * Correct the incorrect references to the GstDeviceProvider interfaces * Describe caps arguments for gstcheck interface * Add missing docs for GstNetAddressMeta and its add function * Add docs for toc helper macros * Avoid refering to GstValueList type as done elsewhere Fixes https://bugzilla.gnome.org/show_bug.cgi?id=732786
-
* Delete references to removed interfaces * Add missing documentation sections * Fix duplicate interface references for GstDevice Fixes https://bugzilla.gnome.org/show_bug.cgi?id=732786
-
- Jul 08, 2014
-
-
Sebastian Dröge authored
-
- Jul 07, 2014
-
-
Thiago Santos authored
Elements should always set the GError
-
- Jul 06, 2014
-
-
Tim-Philipp Müller authored
Sanity check to catch problems in unit test.
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
The mutex needs to be locked when g_cond_wait*() is called.
-
- Jul 05, 2014
- Jul 04, 2014
-
-
Tim-Philipp Müller authored
GLib in git will spew a g_warning() when a property marked as deprecated via param spec flags is accessed. Suppress this by setting the appropriate environment variable.
-
- Jul 03, 2014
-
-
Sebastian Dröge authored
GST_MESSAGE_ANY was considered a long by pygobject and gjs, and thus couldn't be used in gst_bus_poll() and similar APIs as they expect an int-typed enum. Just use 0xffffffff instead for now. https://bugzilla.gnome.org/show_bug.cgi?id=732633
-
- Jul 02, 2014
-
-
Tim-Philipp Müller authored
g_ptr_array_insert() is GLib >= 2.40
-
- Jul 01, 2014
-
-
Otherwise we might end up getting the event removed from elsewhere at the same time while we're unlocked for g_object_notify(). https://bugzilla.gnome.org/show_bug.cgi?id=732556
-
Sebastian Dröge authored
We always work in passthrough mode so there's no point in doing something more clever in basetransform. Also the basetransform code leads to problems with incomplete caps and downstream elements that use GST_PAD_FLAG_ACCEPT_INTERSECT. https://bugzilla.gnome.org/show_bug.cgi?id=732559
-
Vincent Penquerc'h authored
This avoids spurious warnings about slow machine when upstream sends new segments without flushing.
-
- Jun 30, 2014
-
-
We dont't want to depend on GLib 2.34 for now.
-
- Jun 29, 2014
-
-
Sebastian Dröge authored
We were writing unitialized stack memory to the file.
-
- Jun 28, 2014
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- Jun 27, 2014
-
-
Tim-Philipp Müller authored
Just show all devices then.
-
Tim-Philipp Müller authored
-
Olivier Crête authored
-
Olivier Crête authored
-
Olivier Crête authored
Each filter will include a GstCaps and a set of classes to match
-
- Jun 26, 2014
-
-
Olivier Crête authored
-
Olivier Crête authored
-
Olivier Crête authored
-
Sebastian Dröge authored
Other languages have their own data structures that are more convenient to use. https://bugzilla.gnome.org/show_bug.cgi?id=731303
-
Sebastian Dröge authored
Other languages have their own data structures that are more convenient to use. https://bugzilla.gnome.org/show_bug.cgi?id=731350
-
gst_mini_object_replace() can take NULL mini-objects. https://bugzilla.gnome.org/show_bug.cgi?id=730873
-