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 627704 - add per frame metadata to qtmux
add per frame metadata to qtmux
Status: RESOLVED INVALID
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
0.10.30
Other Linux
: Normal enhancement
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-08-23 10:15 UTC by Nicola
Modified: 2010-11-09 20:03 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Nicola 2010-08-23 10:15:58 UTC
I think would be really useful to add per frame metadata (or a metadata every n frame) at muxer level, for example on qtmux. This way we can do the following usage:

1) save a video stream and when muxing add some metadata info (for example an encryption key)
2) play the stream and verify this info (maybe post a message on the bus) so the user can be notifyed if the video hasn't the expected key

actually gstreamer can do something like this using metadatamux, but this element works only with jpeg and png image so require cpu intensive transcoding if you have a stream different from mjpeg. Add this to a muxer such as qtmux could give the same result without a cpu intensive transcoding and make the metadata muxing much more general, what do you think about?
Comment 1 Thiago Sousa Santos 2010-10-12 00:24:19 UTC
How would this fit into quicktime container? Where is this data stored in the stream?
Comment 2 Nicola 2010-11-09 20:01:01 UTC
sorry I misunderstod metadata this bug report is invalid