[gstreamer-bugs] [Bug 625407] ffenc_nellymoser lists too many formats in the sink caps

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Jul 27 10:15:25 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=625407
  GStreamer | gst-ffmpeg | 0.10.10

--- Comment #3 from Martin Storsjö <martin at martin.st> 2010-07-27 17:15:23 UTC ---
What would it take to fix this from the ffmpeg side, btw? I tried adding this:

Index: libavcodec/nellymoserenc.c
===================================================================
--- libavcodec/nellymoserenc.c  (revision 23755)
+++ libavcodec/nellymoserenc.c  (working copy)
@@ -392,4 +392,5 @@
     .close = encode_end,
     .capabilities = CODEC_CAP_SMALL_LAST_FRAME | CODEC_CAP_DELAY,
     .long_name = NULL_IF_CONFIG_SMALL("Nellymoser Asao"),
+    .sample_fmts = (const enum
SampleFormat[]){SAMPLE_FMT_S16,SAMPLE_FMT_NONE},
 };

But that didn't seem to help.

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