removed UNITS

Original commit message from CVS:
removed UNITS
This commit is contained in:
Wim Taymans 2003-05-24 10:31:38 +00:00
parent 1ac9874937
commit 3ff2b62d0e
2 changed files with 0 additions and 2 deletions

View file

@ -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 },

View file

@ -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 },