GNOME Bugzilla – Bug 764162
avvid{dec,enc}: remove dead gobject macros
Last modified: 2016-03-25 12:07:31 UTC
See patch description
Created attachment 324695 [details] [review] avvid{dec,enc}: remove dead gobject macros The GObject macros either for GstFFMpegVidDec and GstFFMpegVidEnc can break the compilation because they are not GTypes, since each av video elements are registered in runtime.
Comment on attachment 324695 [details] [review] avvid{dec,enc}: remove dead gobject macros Makes sense. I guess for clarity I would nowadays make those the base class, and register all the codecs/demuxers/muxers as subclasses of that base class.
Attachment 324695 [details] pushed as 1af733a - avvid{dec,enc}: remove dead gobject macros