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 172030 - thumbnailer does not work as expected from the command line
thumbnailer does not work as expected from the command line
Status: RESOLVED FIXED
Product: totem
Classification: Core
Component: GStreamer backend
0.101
Other All
: Normal minor
: ---
Assigned To: General Totem maintainer(s)
General Totem maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2005-03-29 21:22 UTC by lsof
Modified: 2005-03-30 12:17 UTC
See Also:
GNOME target: ---
GNOME version: 2.9/2.10



Description lsof 2005-03-29 21:22:23 UTC
Please describe the problem:
totem-video-thumbnailer is a command-line tool for generating thumbnails of movies.

As a command line tool, it should behave as the other command line tools do:
 $ totem-video-thumbnailer ./imgp1234.avi out.png
should work.

Unfortunately, gnome style urls must be used. This is fine for within gnome, but
it seems a shame that a useful program like this can't be used quickly and
intuitively.

Steps to reproduce:


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Bastien Nocera 2005-03-29 21:25:52 UTC
They're not "GNOME-style urls" but just URLs...
And it works fine with the xine-lib backend. Maybe the GStreamer backend should
be a bit more gentle, or should we restrict what the xine-lib backend takes in
to proper URLs?
Comment 2 Ronald Bultje 2005-03-29 21:32:13 UTC
We used to support this, but I removed it because you told me Totem did it
internally already. :). I can add it back if wanted.
Comment 3 Ronald Bultje 2005-03-30 11:42:12 UTC
ok, done...
Comment 4 lsof 2005-03-30 12:17:38 UTC
Cool! Thanks a lot.