mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
removed UNITS
Original commit message from CVS: removed UNITS
This commit is contained in:
parent
1ac9874937
commit
3ff2b62d0e
2 changed files with 0 additions and 2 deletions
|
@ -56,7 +56,6 @@ static seek_format seek_formats[] =
|
||||||
{
|
{
|
||||||
{ "tim", GST_FORMAT_TIME },
|
{ "tim", GST_FORMAT_TIME },
|
||||||
{ "byt", GST_FORMAT_BYTES },
|
{ "byt", GST_FORMAT_BYTES },
|
||||||
{ "unt", GST_FORMAT_UNITS },
|
|
||||||
{ "buf", GST_FORMAT_BUFFERS },
|
{ "buf", GST_FORMAT_BUFFERS },
|
||||||
{ "def", GST_FORMAT_DEFAULT },
|
{ "def", GST_FORMAT_DEFAULT },
|
||||||
{ NULL, 0 },
|
{ NULL, 0 },
|
||||||
|
|
|
@ -98,7 +98,6 @@ static seek_format seek_formats[] =
|
||||||
{
|
{
|
||||||
{ "tim", GST_FORMAT_TIME },
|
{ "tim", GST_FORMAT_TIME },
|
||||||
{ "byt", GST_FORMAT_BYTES },
|
{ "byt", GST_FORMAT_BYTES },
|
||||||
{ "unt", GST_FORMAT_UNITS },
|
|
||||||
{ "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