From 8cdc3e5e8c6df139b3667649da3466368f8131ea Mon Sep 17 00:00:00 2001 From: Michal Benes Date: Mon, 22 May 2006 16:08:34 +0000 Subject: New plugin: h264parse (#340638) Original commit message from CVS: Patch by: Michal Benes * 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) --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 592ab421..cfc04a85 100644 --- a/configure.ac +++ b/configure.ac @@ -78,6 +78,7 @@ dnl these are all the gst plug-ins, compilable without additional libs GST_PLUGINS_ALL="\ cdxaparse \ freeze \ + h264parse \ modplug \ spectrum \ speed \ @@ -703,6 +704,7 @@ gst-plugins-bad.spec gst/Makefile gst/cdxaparse/Makefile gst/freeze/Makefile +gst/h264parse/Makefile gst/modplug/Makefile gst/modplug/libmodplug/Makefile gst/spectrum/Makefile -- cgit v1.2.1