h263parse: Add an h263parse element
authorArun Raghavan <arun.raghavan@collabora.co.uk>
Thu, 13 May 2010 20:38:03 +0000 (02:08 +0530)
committerMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
Fri, 28 Jan 2011 11:16:59 +0000 (12:16 +0100)
commitb33b88e4bb2d192f7064feb558e325813f4b06ba
treeb28d35a8078d20b5320bc66b6790dead4d210147
parent8e4b8b813d742a094aefdf82b394106d9e33ab52
h263parse: Add an h263parse element

This adds an h263parse element for parsing H.263 streams, breaking them
up into frame-sized buffers, and exporting metadata such as profile and
level.

https://bugzilla.gnome.org/show_bug.cgi?id=622276
configure.ac
gst/h263parse/Makefile.am [new file with mode: 0644]
gst/h263parse/gstbaseparse.c [new file with mode: 0644]
gst/h263parse/gstbaseparse.h [new file with mode: 0644]
gst/h263parse/gsth263parse.c [new file with mode: 0644]
gst/h263parse/gsth263parse.h [new file with mode: 0644]
gst/h263parse/h263parse.c [new file with mode: 0644]