mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 04:56:24 +00:00
playbin2: Add unit test for compressed stream support in playbin2/playsink
This commit is contained in:
parent
2b84f5bd74
commit
22dae31c2d
2 changed files with 2519 additions and 0 deletions
|
@ -129,6 +129,7 @@ check_PROGRAMS = \
|
||||||
elements/multifdsink \
|
elements/multifdsink \
|
||||||
elements/playbin \
|
elements/playbin \
|
||||||
elements/playbin2 \
|
elements/playbin2 \
|
||||||
|
elements/playbin2-compressed \
|
||||||
$(check_subparse) \
|
$(check_subparse) \
|
||||||
elements/videorate \
|
elements/videorate \
|
||||||
elements/videoscale \
|
elements/videoscale \
|
||||||
|
@ -376,6 +377,9 @@ elements_playbin_CFLAGS = $(GST_BASE_CFLAGS) $(AM_CFLAGS)
|
||||||
elements_playbin2_LDADD = $(GST_BASE_LIBS) $(LDADD)
|
elements_playbin2_LDADD = $(GST_BASE_LIBS) $(LDADD)
|
||||||
elements_playbin2_CFLAGS = $(GST_BASE_CFLAGS) $(AM_CFLAGS)
|
elements_playbin2_CFLAGS = $(GST_BASE_CFLAGS) $(AM_CFLAGS)
|
||||||
|
|
||||||
|
elements_playbin2_compressed_LDADD = $(top_builddir)/gst-libs/gst/interfaces/libgstinterfaces-@GST_MAJORMINOR@.la $(GST_BASE_LIBS) $(LDADD)
|
||||||
|
elements_playbin2_compressed_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(AM_CFLAGS)
|
||||||
|
|
||||||
elements_decodebin_LDADD = $(GST_BASE_LIBS) $(LDADD)
|
elements_decodebin_LDADD = $(GST_BASE_LIBS) $(LDADD)
|
||||||
elements_decodebin_CFLAGS = $(GST_BASE_CFLAGS) $(AM_CFLAGS)
|
elements_decodebin_CFLAGS = $(GST_BASE_CFLAGS) $(AM_CFLAGS)
|
||||||
|
|
||||||
|
|
2515
tests/check/elements/playbin2-compressed.c
Normal file
2515
tests/check/elements/playbin2-compressed.c
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue