[Bug 751118] New: playbin: current-suburi does not return correct status when an invalid SUBURI is passed

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Jun 17 08:50:08 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=751118

            Bug ID: 751118
           Summary: playbin: current-suburi does not return correct status
                    when an invalid SUBURI is passed
    Classification: Platform
           Product: GStreamer
           Version: 1.5.1
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gst-plugins-base
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: brijesh.ksingh at gmail.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

While developing unit test for gst-player, I encountered the following issue.
unit test executes the below sequence

- set uri
- set invalid suburi
- starts the pipeline
- after 4s, queries the suburi using g_object_get (playbin, "current-suburi",
&val)
the current suburi return the previously set invalid suburi.

I do notice that warning_cb does report message from GstFileSrc that we are
failed to find the resource but it would be nice if current-suburi property
also provide updated status of current suburi being played.

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