[gstreamer-bugs] [Bug 328382] support single-image files

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Tue Jan 24 05:26:51 PST 2006


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=328382
 GStreamer | gstreamer (core) | Ver: 0.8.x





------- Comment #4 from Ronald Bultje  2006-01-24 13:26 UTC -------
In general, it'd be useful also for ID3 tags, which can contain album covers.
See the GST_TAG_IMAGE comment, also.

In this case:
1) several movies contain a single-image stream and a real video stream. We
want to distinguish between those. The image is probably a cover or screenshot,
whereas the movie is to be played. Those are not to be confused, and we should
not allow the user to "switch". So at a playbin level, they need to be handled
differently.
2) the easiest way to do that is by doing them differently at the demuxer
level, and in this case, I figured that doing so as a tag would be a good idea,
since it basically is stream metadata.
3) this does not keep the xv resource busy while we "play" the extra stream.
Also, it does not have any pipeline overhead for display, you merely use a
GdkPixbuf.
4) 0.8 has a very poor "keep display on eos" concept and no "display on
startup". So the user experience as a GdkPixbuf will actually be better.


-- 
Configure bugmail: http://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