After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 530941 - using dvd:// URL to open dvd from harddrive fails
using dvd:// URL to open dvd from harddrive fails
Status: RESOLVED DUPLICATE of bug 321532
Product: GStreamer
Classification: Platform
Component: gst-plugins-ugly
git master
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-05-01 20:33 UTC by Jelle de Jong
Modified: 2008-05-01 20:44 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jelle de Jong 2008-05-01 20:33:07 UTC
totem dvd://media/disk/collection/MYDVD_S02D01/

When using the dvd:// URL system to open a dvd, gstreamer fails.

I tested this with the latest gst-plugins-ugly cvs and totem-gstreamer on debian sid.

# configure: *** checking feature: dvdread library ***
# configure: *** for plug-ins: dvdreadsrc ***
# checking for DVDOpen in -ldvdread... yes
# checking dvdread/dvd_reader.h usability... yes
# checking dvdread/dvd_reader.h presence... yes
# checking for dvdread/dvd_reader.h... yes
# configure: *** These plugins will be built: dvdreadsrc

# configure: *** Plug-ins with dependencies that will be built:
#         a52dec
#         dvdreadsrc
#         id3tag
#         mad
#         mpeg2dec
#         sid
# configure: *** Plug-ins with dependencies that will NOT be built:
#         amrnb
#         dvdnav
#         lame

cd $HOME
sudo rm -r $HOME/gst-plugins-ugly
cvs -d:pserver:anoncvs@anoncvs.freedesktop.org:/cvs/gstreamer co gst-plugins-ugly
cd $HOME/gst-plugins-ugly
./autogen.sh --prefix=/usr
make
sudo make install
Comment 1 Tim-Philipp Müller 2008-05-01 20:44:43 UTC
GStreamer's URI scheme doesn't support setting the device for dvd/cd URIs yet, so this is essentially a duplicate of bug #321532.

You should just use

 totem /media/disk/collection/MYDVD_S02D01/

I think it will do the right thing then.


*** This bug has been marked as a duplicate of 321532 ***