mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 11:32:38 +00:00
cddabasesrc: Don't set the track to 1 every time a device is set
Fixes bug #601104.
This commit is contained in:
parent
dfd51aa82a
commit
acaeed6131
1 changed files with 0 additions and 2 deletions
|
@ -320,8 +320,6 @@ gst_cdda_base_src_set_device (GstCddaBaseSrc * src, const gchar * device)
|
|||
#ifdef __sun
|
||||
}
|
||||
#endif
|
||||
|
||||
src->uri_track = 1;
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
Loading…
Reference in a new issue