mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 16:21:17 +00:00
b33b88e4bb
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
9 lines
365 B
Makefile
9 lines
365 B
Makefile
plugin_LTLIBRARIES = libgsth263parse.la
|
|
|
|
libgsth263parse_la_SOURCES = h263parse.c gsth263parse.c gstbaseparse.c
|
|
libgsth263parse_la_CFLAGS = $(GST_CFLAGS)
|
|
libgsth263parse_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS)
|
|
libgsth263parse_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
libgsth263parse_la_LIBTOOLFLAGS = --tag=disable-static
|
|
|
|
noinst_HEADERS = gsth263parse.h gstbaseparse.h
|