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:
d6081af
)
Remove media specific seek formats
author
Wim Taymans
<wim.taymans@gmail.com>
Sun, 2 Jun 2002 11:54:58 +0000
(11:54 +0000)
committer
Wim Taymans
<wim.taymans@gmail.com>
Sun, 2 Jun 2002 11:54:58 +0000
(11:54 +0000)
Original commit message from CVS:
Remove media specific seek formats
testsuite/seeking/seek1.c
patch
|
blob
|
history
diff --git
a/testsuite/seeking/seek1.c
b/testsuite/seeking/seek1.c
index
ad412d9
..
79a4f62
100644
(file)
--- a/
testsuite/seeking/seek1.c
+++ b/
testsuite/seeking/seek1.c
@@
-306,9
+306,7
@@
static seek_format seek_formats[] =
{
{ "tim", GST_FORMAT_TIME },
{ "byt", GST_FORMAT_BYTES },
- { "smp", GST_FORMAT_SAMPLES },
- { "frm", GST_FORMAT_FRAMES },
- { "fld", GST_FORMAT_FIELDS },
+ { "unt", GST_FORMAT_UNIT },
{ "buf", GST_FORMAT_BUFFERS },
{ "def", GST_FORMAT_DEFAULT },
{ NULL, 0 },