GNOME Bugzilla – Bug 791735
adaptivedemux: fix log integer format
Last modified: 2018-01-04 22:21:35 UTC
gst_adaptive_demux_stream_update_fragment_info:<'':video_00>[00m range start:0 end:18446744073709551615 range_start/range_end shall be logged as G_GINT64_FORMAT
Created attachment 365691 [details] [review] fix log integer format
commit f995bcf85a5bb3eb94164ed6d60938b4de6e40ab (HEAD -> master, origin/master, origin/HEAD) Author: Jun Xie <jun.xie@samsung.com> Date: Mon Dec 18 20:39:07 2017 +0800 adaptivedemux: fix log integer format range_start/range_end shall be logged as G_GINT64_FORMAT https://bugzilla.gnome.org/show_bug.cgi?id=791735
Created attachment 366334 [details] [review] cancellable: add g_cancellable_chain() This allows cancelling a GCancellable when any number of dependent GCancellable have been cancelled. This is useful when you have multiple ways to cancel operations in an interface, such as a cancellation button, and internal async API callbacks from unrelated subsystems.
Sorry about that, fat fingered the bug id to git-gz.