[gstreamer-bugs] [Bug 419794] Totem cannot play ASF Video

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Tue Mar 20 16:49:01 PDT 2007


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

  GStreamer | gst-ffmpeg | Ver: 0.10.x


Andreas Schildbach changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |gnome.org at schildbach.de




------- Comment #3 from Andreas Schildbach  2007-03-20 23:46 UTC -------
If the video file is in my current directory, what's exactly the syntax of the
uri parameter?

Those three tries to not seem to make the trick, but there are different
errors:

~/Desktop$ GST_DEBUG=asfdemux:5 gst-launch-0.10 playbin uri=file://PICT1082.ASF
Setting pipeline to PAUSED ...
ERROR: Pipeline doesn't want to pause.
ERROR: from element /playbin0/source: Could not open resource for reading.
Additional debug info:
gstgnomevfssrc.c(865): gst_gnome_vfs_src_start (): /playbin0/source:
Could not open vfs file "file://pict1082.asf" for reading: Invalid URI (13)
Setting pipeline to NULL ...
FREEING pipeline ...

~/Desktop$ GST_DEBUG=asfdemux:5 gst-launch-0.10 playbin
uri=file:///PICT1082.ASF
Setting pipeline to PAUSED ...
ERROR: Pipeline doesn't want to pause.
ERROR: from element /playbin0/source: Resource not found.
Additional debug info:
gstfilesrc.c(976): gst_file_src_start (): /playbin0/source:
No such file "/PICT1082.ASF"
Setting pipeline to NULL ...
FREEING pipeline ...

~/Desktop$ GST_DEBUG=asfdemux:5 gst-launch-0.10 playbin uri=file:PICT1082.ASF
Setting pipeline to PAUSED ...
ERROR: Pipeline doesn't want to pause.
ERROR: from element /playbin0: Invalid URI "file:PICT1082.ASF".
Additional debug info:
gstplaybasebin.c(1556): gen_source_element (): /playbin0
Setting pipeline to NULL ...
FREEING pipeline ...

There is one more observation: When I get the properties with the context menu
of the video file, there is the message "Creating properties window.", never
disappearing until I cancel.


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email




More information about the Gstreamer-bugs mailing list