GNOME Bugzilla – Bug 765051
playbin: fails to play short mkv file with jpeg frame and empty audio and subtitle tracks
Last modified: 2018-11-03 11:46:14 UTC
Created attachment 325997 [details] Short mkv file The file attached has mjpeg video, probably just one frame. Playing it with gst-launch-1.0 playbin uri=file://... I get that error: 0:00:00.144956663 11177 0x7f3f180248a0 WARN audiobasesink gstaudiobasesink.c:1142:gst_audio_base_sink_wait_event:<pulsesink0> error: Sink not negotiated before eos event. But it plays fine (I can quickly see the frame) with: gst-launch-1.0 filesrc location=100616_20160414_103712126.mkv ! matroskademux ! jpegdec ! autovideosink
But it does not with: gst-launch-1.0 filesrc location=100616_20160414_103712126.mkv ! matroskademux ! faad ! audioconvert ! audioresample ! autoaudiosink Apparently, there's an audio track (AAC) with no data at all.
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/issues/265.