mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 08:11:16 +00:00
5eccc07856
Add an example application that adjusts the thread priority of a task using the stream-status messages.
4 lines
112 B
Makefile
4 lines
112 B
Makefile
noinst_PROGRAMS = stream-status
|
|
|
|
stream_status_LDADD = $(GST_OBJ_LIBS)
|
|
stream_status_CFLAGS = $(GST_OBJ_CFLAGS)
|