[Bug 647748] [aacenc] add AAC audio encoder based on vo-aacenc lib

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Apr 14 04:16:41 PDT 2011


https://bugzilla.gnome.org/show_bug.cgi?id=647748
  GStreamer | gst-plugins-bad | 0.10.21

--- Comment #4 from Benjamin Gaignard <benjamin.gaignard at gmail.com> 2011-04-14 11:16:36 UTC ---
Created an attachment (id=185945)
 View: https://bugzilla.gnome.org/attachment.cgi?id=185945
 Review: https://bugzilla.gnome.org/review?bug=647748&attachment=185945

detect output format from downstream caps

this patch makes aacenc detect output format (adts or raw) from downstream caps
outputformat property is now a read only property.

test examples:
gst-launch audiotestsrc num-buffers=3 ! aacenc ! "audio/mpeg,
stream-format=raw" ! fakesink

gst-launch audiotestsrc num-buffers=3 ! aacenc ! "audio/mpeg,
stream-format=adts" ! fakesink

unit test has modified to test that feature.

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