[Bug 753011] queue2: update upstream_size with valid size value
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Wed Jul 29 03:51:02 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=753011
--- Comment #1 from Eunhae Choi <eunhae1.choi at samsung.com> ---
Created attachment 308375
--> https://bugzilla.gnome.org/attachment.cgi?id=308375&action=edit
queue2: update upstream size with valid size
queue->upstream_size is set to -1 at first then it is never updated.
Because the queue->upstream_size is unsigned value so it will be
18446744073709551615.
so gst_queue2_update_upstream_size() is never called again.
To make it update, upstream_size should be 0 like default value.
I added patch here.
And, the souphttpsrc has an issue too.
If the Range value over the content_size, some kinds of server response is 200
even if it support seeking. so I am making another patch for it.
Do I need to make new bug item for this?
--
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