GNOME Bugzilla – Bug 535043
VCD plugin only plays first track
Last modified: 2008-05-28 08:53:22 UTC
Yesterday I was trying the vcd plugin from latest gst-plugins-bad release. What I did was installed packages on Ubuntu from intrepid (8.10) repository on hardy (8.04). Please tell me if this might be cause of the problem. I tried simple command 'gst-launch-0.10 playbin uri=vcd://n' where n >= 1. I observed that no matter what is value of n it always plays only first track, which in my case was copyright notice. Also if I omit n then also it only plays first track. Please let me know if you need more information.
Created attachment 111647 [details] [review] Patch that fixes track handling Please find attached a crude patch for vcdsrc.c. I have tried to fix bug by looking at how it is implemented in dvdreadsrc.c, and it works for me Hope this helps.
Based on patch by: <onkarshinde at gmail dot com> * sys/vcd/vcdsrc.c: (gst_vcdsrc_uri_get_uri), (gst_vcdsrc_uri_set_uri): Allow the track to be set by using the uri. Fixes #535043.