mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-03 04:52:28 +00:00
tests: fix include in the appsink test
Fix dist by doing the right include.
This commit is contained in:
parent
48f7f6b7c2
commit
eb7b313369
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
*/
|
||||
|
||||
#include <gst/check/gstcheck.h>
|
||||
#include <gst-libs/gst/app/gstappsink.h>
|
||||
#include <gst/app/gstappsink.h>
|
||||
|
||||
gint global_testdata;
|
||||
|
||||
|
|
Loading…
Reference in a new issue