After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 340638 - New plugin: h264 parse element
New plugin: h264 parse element
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal enhancement
: 0.10.4
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-05-04 14:39 UTC by Michal Benes
Modified: 2006-05-22 16:17 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
h264 parser (20.00 KB, application/x-compressed-tar)
2006-05-04 14:41 UTC, Michal Benes
Details

Description Michal Benes 2006-05-04 14:39:43 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.
Comment 1 Michal Benes 2006-05-04 14:41:15 UTC
Created attachment 64809 [details]
h264 parser
Comment 2 Tim-Philipp Müller 2006-05-22 16:17:49 UTC
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)