GNOME Bugzilla – Bug 340638
New plugin: h264 parse element
Last modified: 2006-05-22 16:17:49 UTC
Hi, this is my h264 parser. It is quite simple, and I think that after review it can be considered for inclusion into plugins-good. Change plugin description if you wish.
Created attachment 64809 [details] h264 parser
Cool, thanks! Committed to gst-plugins-bad for now (since there's no docs chunk and no unit test yet, so it needs a bit more than just a review): 2006-05-22 Tim-Philipp Müller <tim at centricular dot net> Patch by: Michal Benes <michal dot benes at xeris dot cz> * configure.ac: * gst/h264parse/Makefile.am: * gst/h264parse/gsth264parse.c: (gst_h264_parse_base_init), (gst_h264_parse_finalize), (gst_h264_parse_class_init), (gst_h264_parse_init), (gst_h264_parse_chain), (gst_h264_parse_handle_event), (plugin_init): * gst/h264parse/gsth264parse.h: New plugin: h264parse (#340638)