[Bug 696684] Problems feeding wavparse with 0-byte file

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Mar 27 03:36:29 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=696684
  GStreamer | gst-plugins-good | 1.x

--- Comment #1 from Alexander Schrab <alexas at axis.com> 2013-03-27 10:36:28 UTC ---
gst-launch-1.0 filesrc location=/dev/null ! wavparse ! fakesink

or

touch /tmp/empty
gst-launch-1.0 filesrc location=/tmp/empty ! wavparse ! fakesink

Causes:

** (gst-launch-1.0:12874): CRITICAL **: gst_pad_set_caps: assertion `caps !=
NULL && gst_caps_is_fixed (caps)' failed

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