[Bug 728364] mpegts: add service list, stuffing and bouquet name descriptors
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Wed Apr 16 11:10:13 PDT 2014
https://bugzilla.gnome.org/show_bug.cgi?id=728364
GStreamer | gst-plugins-bad | git
Tim-Philipp Müller <t.i.m> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #274503|none |needs-work
status| |
--- Comment #3 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2014-04-16 18:10:10 UTC ---
(From update of attachment 274503)
Please don't use
for (guint i = 0; ...)
But
guint i;
for (i= 0; ....)
Thanks.
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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