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 563059 - metadatademux read exif data from the first frame only
metadatademux read exif data from the first frame only
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other All
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-12-03 01:15 UTC by Luc
Modified: 2011-05-19 09:16 UTC
See Also:
GNOME target: ---
GNOME version: 2.23/2.24



Description Luc 2008-12-03 01:15:15 UTC
Please describe the problem:
while trying to extract EXIF metadata for each frame from a MJPEG stream in order to generate subtitles, only the first frame's EXIF metadata is returned.

Steps to reproduce:
1. gst-launch filesrc=mjpeg.ogg ! oggdemux ! metadatademux ! fakesink
2. 
3. 


Actual results:
only the first frame's EXIF metadata is dumped

Expected results:
every MJPEG frame EXIF metadata should be dumped

Does this happen every time?
yes

Other information:
Comment 1 Sebastian Dröge (slomo) 2011-05-19 09:16:01 UTC
metadatademux does not exist anymore and exif data is handled by jpegparse now, which should handle this just fine. Please file a new bug or reopen this one if it doesn't.