From 6ca7875df850b2ad2c8308e87ad87a58201b6bab Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Sat, 24 May 2003 10:51:02 +0000 Subject: [PATCH] - removed UNITS Original commit message from CVS: - removed UNITS --- examples/seeking/seek.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/seeking/seek.c b/examples/seeking/seek.c index 5a652a58e5..24336cddee 100644 --- a/examples/seeking/seek.c +++ b/examples/seeking/seek.c @@ -170,7 +170,7 @@ make_flac_pipeline (const gchar *location) src = gst_element_factory_make_or_warn (SOURCE, "src"); decoder = gst_element_factory_make_or_warn ("flacdec", "decoder"); audiosink = gst_element_factory_make_or_warn ("osssink", "sink"); - //g_object_set (G_OBJECT (audiosink), "sync", FALSE, NULL); + g_object_set (G_OBJECT (audiosink), "sync", FALSE, NULL); g_object_set (G_OBJECT (src), "location", location, NULL); @@ -554,7 +554,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 },