[Bug 797256] flvmux: Don't refuse caps changes after starting to write headers in streamable mode.

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sun Oct 21 02:34:11 UTC 2018


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

--- Comment #7 from Yeongjin Jeong <gingerbk247 at gmail.com> ---
Created attachment 373981
  --> https://bugzilla.gnome.org/attachment.cgi?id=373981&action=edit
tests: flvmux: Fix pushing invalid audio caps in tests

Previous commit created caps with incorrect aac codec data that did not match
the audio channel.

The new aac codec data used in this test was created using gst-launch as
follows:

gst-launch-1.0 audiotestsrc num-buffers=1 ! audio/x-raw, rate=44100, channels=1
! fdkaacenc ! aacparse ! fakesink

gst-launch-1.0 audiotestsrc num-buffers=1 ! audio/x-raw, rate=22050, channels=1
! fdkaacenc ! aacparse ! fakesink

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