From 4d96d4aa91fc73a63f026220b9aed861f914b94f Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Sat, 24 May 2003 10:51:02 +0000 Subject: - 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 5a652a58..24336cdd 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 }, -- cgit v1.2.1