projects
/
platform
/
upstream
/
gst-plugins-base.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ce5433
)
tests: Fix indentation
author
Edward Hervey
<bilboed@bilboed.com>
Sun, 22 Feb 2009 12:43:35 +0000
(13:43 +0100)
committer
Edward Hervey
<bilboed@bilboed.com>
Sun, 22 Feb 2009 12:43:35 +0000
(13:43 +0100)
tests/check/libs/rtp.c
patch
|
blob
|
history
diff --git
a/tests/check/libs/rtp.c
b/tests/check/libs/rtp.c
index 4f87f49ace8bc0c1c72e1be0e0250899325cf946..b52340996a34407a64c179e1e63c980e0021c16f 100644
(file)
--- a/
tests/check/libs/rtp.c
+++ b/
tests/check/libs/rtp.c
@@
-135,8
+135,7
@@
GST_END_TEST;
GST_START_TEST (test_rtp_buffer_validate_corrupt)
{
GstBuffer *buf;
- guint8 corrupt_rtp_packet[58] =
- {
+ guint8 corrupt_rtp_packet[58] = {
0x90, 0x7a, 0xbf, 0x28, 0x3a, 0x8a, 0x0a, 0xf4, 0x69, 0x6b, 0x76, 0xc0,
0x21, 0xe0, 0xe0, 0x60, 0x81, 0x10, 0x84, 0x30, 0x21, 0x52, 0x06, 0xc2,
0xb8, 0x30, 0x10, 0x4c, 0x08, 0x62, 0x67, 0xc2, 0x6e, 0x1a, 0x53, 0x3f,