mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
check: Fix include path of rtp checks
Fixes make distcheck
This commit is contained in:
parent
235e462077
commit
2ca269ac6b
2 changed files with 4 additions and 4 deletions
|
@ -20,8 +20,8 @@
|
|||
|
||||
#include <gst/gst.h>
|
||||
#include <gst/check/gstcheck.h>
|
||||
#include <gst-libs/gst/rtp/gstrtpbuffer.h>
|
||||
#include <gst-libs/gst/rtp/gstrtpbasedepayload.h>
|
||||
#include <gst/rtp/gstrtpbuffer.h>
|
||||
#include <gst/rtp/gstrtpbasedepayload.h>
|
||||
|
||||
#define DEFAULT_CLOCK_RATE (42)
|
||||
|
||||
|
|
|
@ -20,8 +20,8 @@
|
|||
|
||||
#include <gst/gst.h>
|
||||
#include <gst/check/gstcheck.h>
|
||||
#include <gst-libs/gst/rtp/gstrtpbuffer.h>
|
||||
#include <gst-libs/gst/rtp/gstrtpbasepayload.h>
|
||||
#include <gst/rtp/gstrtpbuffer.h>
|
||||
#include <gst/rtp/gstrtpbasepayload.h>
|
||||
|
||||
#define DEFAULT_CLOCK_RATE (42)
|
||||
#define BUFFER_BEFORE_LIST (10)
|
||||
|
|
Loading…
Reference in a new issue