[Bug 643625] New: g_warning from filesrc ! decodebin

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Mar 1 14:30:13 PST 2011


https://bugzilla.gnome.org/show_bug.cgi?id=643625
  GStreamer | gstreamer (core) | git

           Summary: g_warning from filesrc ! decodebin
    Classification: Desktop
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: ds at schleef.org
         QAContact: gstreamer-bugs at lists.freedesktop.org
      GNOME target: ---
     GNOME version: ---


ds at ginger:~$ gst-launch-0.10 filesrc location=out.mp4 ! decodebin2 ! pngenc
snapshot=false ! multifilesink location=%05d.png
0:00:00.018852301   883       0x90b0a0 ERROR                filesrc
gstfilesrc.c:376:gst_file_src_set_location: filename out.mp4 uri (null)
0:00:00.018888339   883       0x90b0a0 ERROR                filesrc
gstfilesrc.c:378:gst_file_src_set_location: The pathname 'out.mp4' is not an
absolute path
Setting pipeline to PAUSED ...

(gst-launch-0.10:883): GStreamer-CRITICAL **: gst_uri_is_valid: assertion `uri
!= NULL' failed

(gst-launch-0.10:883): GStreamer-CRITICAL **: gst_query_set_uri: assertion
`gst_uri_is_valid (uri)' failed
Pipeline is PREROLLING ...


I added some GST_ERROR debugging to show that g_filename_to_uri() is failing
for non-absolute paths.  None of this code has changed in a while, so I don't
know why I'm getting this now.

Happens with both decodebin and decodebin2.

-- 
Configure bugmail: https://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