GNOME Bugzilla – Bug 661891
Refactor transcoders
Last modified: 2011-10-31 08:40:46 UTC
Introduce base classes for audio and video transcoders
Created attachment 199102 [details] [review] core: Refactor video transcoders
Created attachment 199103 [details] [review] core: Refactor audio transcoders Share a common base class and simplify transcoder code.
Created attachment 199125 [details] [review] core: Refactor audio transcoders Share a common base class and simplify transcoder code.
Created attachment 199126 [details] [review] core: Refactor video transcoders
Review of attachment 199125 [details] [review]: Looks pretty good otherwise. ::: src/rygel/rygel-aac-transcoder.vala @@ +34,3 @@ + private const string CODEC = "audio/mpeg,mpegversion=4," + + "framed=true,stream-format=raw," + + /* "level=2," + */ Use '//' ::: src/rygel/rygel-audio-transcoder.vala @@ +25,3 @@ + +/** + * Transcoder for aac stream containing mpeg 4 audio. Update needed.
Review of attachment 199126 [details] [review]: Looks good.
Attachment 199125 [details] pushed as 219b6a1 - core: Refactor audio transcoders Attachment 199126 [details] pushed as 195f309 - core: Refactor video transcoders
audio transcoder patch pushed with changes mentioned in comment 5