[Bug 747352] applemedia: texture cache negotiation doesn't work
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Sat Apr 4 20:00:34 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=747352
--- Comment #8 from Ilya Konstantinov <ilya.konstantinov at gmail.com> ---
Created attachment 300968
--> https://bugzilla.gnome.org/attachment.cgi?id=300968&action=edit
avfvideosrc: Fix risky typo
LAST BUT NOT LEAST:
- GST_BUFFER_OFFSET_END (*buf) = GST_BUFFER_OFFSET (buf) + 1;
+ GST_BUFFER_OFFSET_END (*buf) = GST_BUFFER_OFFSET (*buf) + 1;
How did this ever work?!
--
You are receiving this mail because:
You are the QA Contact for the bug.
More information about the gstreamer-bugs
mailing list