mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
removed UNITS
Original commit message from CVS: removed UNITS
This commit is contained in:
parent
3618058c00
commit
4f9f76cf5e
2 changed files with 0 additions and 2 deletions
|
@ -56,7 +56,6 @@ static seek_format seek_formats[] =
|
|||
{
|
||||
{ "tim", GST_FORMAT_TIME },
|
||||
{ "byt", GST_FORMAT_BYTES },
|
||||
{ "unt", GST_FORMAT_UNITS },
|
||||
{ "buf", GST_FORMAT_BUFFERS },
|
||||
{ "def", GST_FORMAT_DEFAULT },
|
||||
{ NULL, 0 },
|
||||
|
|
|
@ -98,7 +98,6 @@ static seek_format seek_formats[] =
|
|||
{
|
||||
{ "tim", GST_FORMAT_TIME },
|
||||
{ "byt", GST_FORMAT_BYTES },
|
||||
{ "unt", GST_FORMAT_UNITS },
|
||||
{ "buf", GST_FORMAT_BUFFERS },
|
||||
{ "def", GST_FORMAT_DEFAULT },
|
||||
{ NULL, 0 },
|
||||
|
|
Loading…
Reference in a new issue