[Bug 744885] ape audio not support

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sat Mar 7 05:51:42 PST 2015


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

--- Comment #8 from Thiago Sousa Santos <thiagossantos at gmail.com> ---
  /* blacklist unreliable push-based demuxers */
  if (strcmp (oclass->in_plugin->name, "ape"))
    demux->can_push = TRUE;
  else
    demux->can_push = FALSE;


gst-libav marks ape demuxer from libav as unsafe for push-based mode. You'd
need to check if that is still valid and if it is, fix it in libav.

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