diff options
author | Michal Benes <michal.benes@xeris.cz> | 2006-05-22 16:08:34 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2006-05-22 16:08:34 +0000 |
commit | 8cdc3e5e8c6df139b3667649da3466368f8131ea (patch) | |
tree | 6ecc4860667d25f81f1eb63a11d4caf0d0016558 /ChangeLog | |
parent | a543c648296729f56932d682f92666fab6ed0635 (diff) | |
download | gst-plugins-bad-8cdc3e5e8c6df139b3667649da3466368f8131ea.tar.gz gst-plugins-bad-8cdc3e5e8c6df139b3667649da3466368f8131ea.tar.bz2 gst-plugins-bad-8cdc3e5e8c6df139b3667649da3466368f8131ea.zip |
New plugin: h264parse (#340638)
Original commit message from CVS:
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)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +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) + 2006-05-22 Thomas Vander Stichele <thomas at apestaart dot org> * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain), |