After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 569641 - event/flag for scene changes
event/flag for scene changes
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal enhancement
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-01-29 09:39 UTC by Edward Hervey
Modified: 2013-07-17 10:25 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Edward Hervey 2009-01-29 09:39:51 UTC
Several formats (DV stream, mpeg-ts from HDV cameras, ...) can contain multiple scenes in one file.

We need a generic way for demuxers/parsers to notify of a scene-change in the stream (i.e. just before the first buffer/tag/event of the new scene).
Comment 1 Stefan Sauer (gstreamer, gtkdoc dev) 2009-01-29 09:44:10 UTC
Some ideas which are related have been collected on the wiki:
http://gstreamer.freedesktop.org/wiki/BufferMetadata
Comment 2 Edward Hervey 2013-07-17 09:58:35 UTC
Marking this as obsolete. We now have the STREAM_START event to signal exactly that.
Comment 3 Tim-Philipp Müller 2013-07-17 10:25:05 UTC
Isn't a "scene" something else? How does STREAM_START fit into that? (Not that I mind you closing it, just wondering)