[Bug 759871] GstPlayer: Merge tags until media-info creation
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Thu Dec 31 01:52:45 PST 2015
https://bugzilla.gnome.org/show_bug.cgi?id=759871
--- Comment #22 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
>From looking shortly at your code, I think you could base your source on
giostreamsrc directly (i.e. make it a bin that has a giostreamsrc).
And also it seems like you always claim to support PULL mode, but whenever
something is pulling data from a different offset you would return
GST_FLOW_NOT_SUPPORTED unless the stream supports seeking. That's not ideal :)
It should be known upfront if that can be done or not, and if you do PULL mode
you must handle it.
--
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