mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
Remove media specific seek formats
Original commit message from CVS: Remove media specific seek formats
This commit is contained in:
parent
d6081afbc8
commit
afaebfd60d
1 changed files with 1 additions and 3 deletions
|
@ -306,9 +306,7 @@ static seek_format seek_formats[] =
|
||||||
{
|
{
|
||||||
{ "tim", GST_FORMAT_TIME },
|
{ "tim", GST_FORMAT_TIME },
|
||||||
{ "byt", GST_FORMAT_BYTES },
|
{ "byt", GST_FORMAT_BYTES },
|
||||||
{ "smp", GST_FORMAT_SAMPLES },
|
{ "unt", GST_FORMAT_UNIT },
|
||||||
{ "frm", GST_FORMAT_FRAMES },
|
|
||||||
{ "fld", GST_FORMAT_FIELDS },
|
|
||||||
{ "buf", GST_FORMAT_BUFFERS },
|
{ "buf", GST_FORMAT_BUFFERS },
|
||||||
{ "def", GST_FORMAT_DEFAULT },
|
{ "def", GST_FORMAT_DEFAULT },
|
||||||
{ NULL, 0 },
|
{ NULL, 0 },
|
||||||
|
|
Loading…
Reference in a new issue