mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-23 15:48:23 +00:00
- removed UNITS
Original commit message from CVS: - removed UNITS
This commit is contained in:
parent
9ba5e6cfe6
commit
6ca7875df8
1 changed files with 1 additions and 2 deletions
|
@ -170,7 +170,7 @@ make_flac_pipeline (const gchar *location)
|
||||||
src = gst_element_factory_make_or_warn (SOURCE, "src");
|
src = gst_element_factory_make_or_warn (SOURCE, "src");
|
||||||
decoder = gst_element_factory_make_or_warn ("flacdec", "decoder");
|
decoder = gst_element_factory_make_or_warn ("flacdec", "decoder");
|
||||||
audiosink = gst_element_factory_make_or_warn ("osssink", "sink");
|
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);
|
g_object_set (G_OBJECT (src), "location", location, NULL);
|
||||||
|
|
||||||
|
@ -554,7 +554,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