- Dec 18, 2014
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- Dec 17, 2014
-
-
Sebastian Dröge authored
We will run into an assertion in set_caps() if we try to change caps while the source is already running. Don't try to find new caps in GstBaseSrc::negotiate() to prevent caps changes.
-
Use AVF provided timings to timestamp output buffers. Use the running time at the time the first buffer is produced to base timestamps on. Report 1-frame latency based on the negotiated framerate instead of hardcoding 4ms latency.
-
- Dec 16, 2014
-
-
-
-
Sebastian Dröge authored
-
-
-
Sebastian Dröge authored
The property is in kbit/s and we store it in bit/s, so just multiply and divide by 1000. No need to put a factor of 8 in there. kVTCompressionPropertyKey_AverageBitRate is also in bit/s according to its documentation.
-
-
- Dec 15, 2014
-
-
Fixes playback of Samsung-Colorful-Variety-1080i.ts. https://bugzilla.gnome.org/show_bug.cgi?id=729768
- Dec 12, 2014
-
-
This caused the user to think the mode wasn't taken into account.
-
-
-
Sometimes rawparse does not handle the seeking query properly, the rawparse should send the query upstream first. For example, upstream could support seeking in TIME format (but not in BYTE format), so the BYTE format seeking query that rawparse sends in push mode would fail. https://bugzilla.gnome.org/show_bug.cgi?id=722764
-
- Nov 24, 2014
-
-
- Nov 20, 2014
- Nov 19, 2014
-
-
Sebastian Dröge authored
The macro is not defined on older OSX versions and evaluates to 0. https://bugzilla.gnome.org/show_bug.cgi?id=740201
-
Sebastian Dröge authored
Otherwise interesting things will happen in Cocoa applications, like infinite event loops that block the NSApplication loop forever. This was only needed for GNUStep and thus can safely be removed now.
-
Sebastian Dröge authored
It does not exist before and older versions also don't have support for HiDPI displays anyway. https://bugzilla.gnome.org/show_bug.cgi?id=740201
-
Sebastian Dröge authored
Until gcc and GNUStep properly support Objective-C blocks and other "new" features of Objective-C we can't properly support them without making the code much more ugly. https://bugzilla.gnome.org/show_bug.cgi?id=739152
-
-
Fix a bug for which we never actually set ->pixel_buf to non-NULL for CVPixelBuffer buffers.
-
-
-
- Nov 15, 2014
-
-
-
The logic to compute the MaxPicNum variable was reversed. In paricular, MaxPicNum is double MaxFrameNum only if field_pic_flag is set to 1. https://bugzilla.gnome.org/show_bug.cgi?id=739291
-
If we can't get an output, we would otherwise just use it later and crash.
-
- Nov 06, 2014
-
-
Matthew Waters authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
-