[gstreamer-bugs] [Bug 302606] [qtdemux] Movie playback too fast (quicktime mov, H.263 codec)

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Tue Feb 14 11:33:54 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=302606
 GStreamer | gst-plugins-bad | Ver: HEAD CVS





------- Comment #11 from Edward Hervey  2006-02-14 19:33 UTC -------
With the following commit, all files can be played push-based with totem, but
fail with the totem-mozilla-plugin.
The only difference would be the speed at which data can be collected (network
way slower than pipe from harddrive).

CVS Root:       /cvs/gstreamer
Module:         gst-plugins-bad
Changes by:     bilboed
Date:           Tue Feb 14 2006  10:50:26 PST

Log message:
* gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
(gst_qtdemux_handle_src_query), (gst_qtdemux_change_state),
(next_entry_size), (gst_qtdemux_chain):
* gst/qtdemux/qtdemux.h:
Make push-based work if mdat atom is before moov atom.
Don't answer duration query. This should be transformed into replying
FALSE to seek events.

Modified files:
   .               : ChangeLog
   gst/qtdemux     : qtdemux.c qtdemux.h


-- 
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