[Bug 705991] Adding support for DASH common encryption to qtdemux and dashdemux
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Wed Jul 29 07:59:31 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=705991
Nicolas Dufresne (stormer) <nicolas.dufresne at collabora.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |nicolas.dufresne at collabora.
| |co.uk
--- Comment #148 from Nicolas Dufresne (stormer) <nicolas.dufresne at collabora.co.uk> ---
(In reply to Tim-Philipp Müller from comment #146)
> GQueue queue;
> g_queue_init (&queue);
> g_queue_foo (&queue, ...)
> g_queue_clear (&queue);
Or,
GQueue queue = G_QUEUE_INIT;
g_queue_foo...
>
> But it's not super-important.
>
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list