[Bug 753079] validate: Should not store stream-id in media-info for local files

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Jul 31 06:25:01 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=753079

--- Comment #3 from Nicolas Dufresne (stormer) <nicolas.dufresne at collabora.co.uk> ---
I've been thinking a bit about that. A special case in stream ID comparison
could be made. If we look at the structure of a filesrc base ID we get:

<file-path-hash>/<stream-specific-id>

What we could do is that if we have a file:// URI, we could skip to / (if it
exist), in order to make the comparision. This way we can still check and warn
if for two matching stream ID we don't have the expected caps.

-- 
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