[Bug 769694] New: Critical errors when using mpd fifo as source

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Aug 10 06:44:11 UTC 2016


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

            Bug ID: 769694
           Summary: Critical errors when using mpd fifo as source
    Classification: Platform
           Product: GStreamer
           Version: git master
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gst-plugins-good
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: siam.aumi at gmail.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

My mpd configuration looks like this:

audio_output {
    type                    "fifo"
    name                    "my_fifo"
    path                    "/tmp/mpd.fifo"
    format                  "44100:16:2"
}

This is the pipeline I am using to get level information:
"gst-launch-1.0 filesrc location=/tmp/mpd.fifo !
audio/x-raw,format=S16LE,rate=44100,channels=2,layout=interleaved !
audioconvert ! level message=TRUE ! fakesink"

I see the following output when I play a track in mpd:

(gst-launch-1.0:26444): GStreamer-CRITICAL **: gst_segment_to_running_time:
assertion 'segment->format == format' failed

(gst-launch-1.0:26444): GStreamer-CRITICAL **: gst_segment_to_stream_time:
assertion 'segment->format == format' failed

(gst-launch-1.0:26444): GStreamer-CRITICAL **: gst_segment_to_running_time:
assertion 'segment->format == format' failed

(gst-launch-1.0:26444): GStreamer-CRITICAL **: gst_segment_to_stream_time:
assertion 'segment->format == format' failed

(gst-launch-1.0:26444): GStreamer-CRITICAL **: gst_segment_to_running_time:
assertion 'segment->format == format' failed

(gst-launch-1.0:26444): GStreamer-CRITICAL **: gst_segment_to_stream_time:
assertion 'segment->format == format' failed

I am also seeing the same message when using the spectrum plugin.

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