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 309149 - [flv] flv demuxer/decoder doesn't set correct timestamps
[flv] flv demuxer/decoder doesn't set correct timestamps
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-libav
git master
Other Linux
: Normal normal
: 0.8.6
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-06-27 21:06 UTC by Luca Ognibene
Modified: 2005-06-30 16:08 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Luca Ognibene 2005-06-27 21:06:26 UTC
Create a flv video file with:
gst-launch-0.8 filesrc location="/home/luogni/Multimedia/Examples/alien.mpg" !
decodebin ! ffenc_flv ! ffmux_flv ! filesink location="pippo.gst.flv"

Try to view it with:
gst-launch-0.8 filesrc location="pippo.gst.flv" ! ffdemux_flv ! identity !
ffdec_flv ! xvimagesink

You'll see it a lot faster than normal :) The problem is that all timestamps are 0.
Comment 1 Luca Ognibene 2005-06-27 21:54:35 UTC
fixed & committed.