Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
gst-plugins-base
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
George Kiagiadakis
gst-plugins-base
Commits
2ca269ac
Commit
2ca269ac
authored
Jul 31, 2014
by
Edward Hervey
Committed by
Edward Hervey
Jul 31, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
check: Fix include path of rtp checks
Fixes make distcheck
parent
235e4620
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
tests/check/libs/rtpbasedepayload.c
tests/check/libs/rtpbasedepayload.c
+2
-2
tests/check/libs/rtpbasepayload.c
tests/check/libs/rtpbasepayload.c
+2
-2
No files found.
tests/check/libs/rtpbasedepayload.c
View file @
2ca269ac
...
...
@@ -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)
...
...
tests/check/libs/rtpbasepayload.c
View file @
2ca269ac
...
...
@@ -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)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment