Remove media specific seek formats
authorWim Taymans <wim.taymans@gmail.com>
Sun, 2 Jun 2002 11:54:58 +0000 (11:54 +0000)
committerWim 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

index ad412d9..79a4f62 100644 (file)
@@ -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 },