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 369502 - 3gp thumbnails do not work
3gp thumbnails do not work
Status: RESOLVED OBSOLETE
Product: totem
Classification: Core
Component: GStreamer backend
2.16.x
Other Linux
: Normal minor
: ---
Assigned To: Maintainer alias for GStreamer component of Totem
Maintainer alias for GStreamer component of Totem
Depends on:
Blocks:
 
 
Reported: 2006-11-02 16:30 UTC by Robert Šmol
Modified: 2006-11-02 17:41 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16


Attachments
sample 3gp file (157.84 KB, application/octet-stream)
2006-11-02 16:32 UTC, Robert Šmol
Details

Description Robert Šmol 2006-11-02 16:30:53 UTC
Hi, 
Totem works perfectly however it does not create thumbnails for my .3gp files.

In gconf-editor I have 
/usr/bin/totem-video-thumbnailer -s %s %u %o
as a thumbnailer

when I try manually run the thumbnailer I get:

rsmol@czcholnrsmol ~/Desktop/movies/Sony-Ericsson/Dalsi $ totem-video-thumbnailer MOV00004.3gp thumb.png
totem-video-thumbnailer: mov.c:1883: mov_read_packet: Assertion `pts % st->time_base.num == 0' failed.
Aborted

totem-2.16.2-r1 is installed with gstreamer only backend

Any idea what can be wrong?
Comment 1 Robert Šmol 2006-11-02 16:32:20 UTC
Created attachment 75858 [details]
sample 3gp file

Taken by Ericsson K750i.
Comment 2 Filip Palm 2006-11-02 17:29:40 UTC
Works fine for me on Totem-CVS with all Gstreamer-CVS stuff.
Comment 3 Tim-Philipp Müller 2006-11-02 17:41:34 UTC
Works fine for me too, with qtdemux from gst-plugins-bad CVS.

From the filename I take it this assertion is triggered in ffmpeg code somewhere, so probably you're missing qtdemux and the 3gp demuxer from gst-ffmpeg was being used. This is 'fixed' in gst-ffmpeg CVS (by setting that demuxer's rank to 0).

Hence closing as obsolete. Please re-open if it still doesn't work with qtdemux from -bad CVS (or the next release).