Discussion:
[Bug 779762] Clickable DVD menu items are not highlighted correctly
"GStreamer" (GNOME Bugzilla)
2018-01-27 16:07:53 UTC
Permalink
https://bugzilla.gnome.org/show_bug.cgi?id=779762

Strangiato <***@gmx.com> changed:

What |Removed |Added
----------------------------------------------------------------------------
CC| |***@gmail.com,
| |***@igalia.com
Component|GStreamer backend |gstreamer-vaapi
Version|3.24.x |1.12.x
Assignee|totem-gstreamer-***@gnome |gstreamer-***@lists.freede
|.bugs |sktop.org
Product|totem |GStreamer
Target Milestone|--- |1.12.4
QA Contact|totem-gstreamer-***@gnome |gstreamer-***@lists.freede
|.bugs |sktop.org

--- Comment #3 from Strangiato <***@gmx.com> ---
Any comment about this bug?
It's still happening on Arch Linux, gstreamer-vaapi 1.12.4-1.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
"GStreamer" (GNOME Bugzilla)
2018-02-14 15:13:43 UTC
Permalink
https://bugzilla.gnome.org/show_bug.cgi?id=779762

Víctor Manuel Jáquez Leal <***@igalia.com> changed:

What |Removed |Added
----------------------------------------------------------------------------
CC| |***@noraisin.net

--- Comment #4 from Víctor Manuel Jáquez Leal <***@igalia.com> ---
I don't have experience with DVD menu handling.

Adding Jan hoping he could aim to some direction to look at.

And please, don't pester on unrelated bugs.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
"GStreamer" (GNOME Bugzilla)
2018-02-14 15:17:41 UTC
Permalink
https://bugzilla.gnome.org/show_bug.cgi?id=779762

--- Comment #5 from Jan Schmidt <***@noraisin.net> ---
I wonder which element is drawing the video overlay in this case. What's the
Totem pipeline?

Do you get a similar result if you play on the command line with gst-play-1.0
dvd:// or gst-launch-1.0 playbin uri=dvd:// ?
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
"GStreamer" (GNOME Bugzilla)
2018-02-14 16:18:25 UTC
Permalink
https://bugzilla.gnome.org/show_bug.cgi?id=779762

Víctor Manuel Jáquez Leal <***@igalia.com> changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |NEEDINFO
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
"GStreamer" (GNOME Bugzilla)
2018-02-14 16:40:20 UTC
Permalink
https://bugzilla.gnome.org/show_bug.cgi?id=779762

--- Comment #6 from Strangiato <***@gmx.com> ---
Hi Jan

Sorry, I don't know what is the totem pipeline. How can I get this info?
Cannot play dvd disc using your commands despite I can opening the same disc
using totem.

gst-play-1.0 dvd:// output:
Press 'k' to see a list of keyboard shortcuts.
Now playing dvd://
libdvdread: Can't stat /dev/dvd
No such file or directory
libdvdread: Could not open /dev/dvd
ERROR Could not read title information for DVD. for dvd://
ERROR debug information: resindvdsrc.c(361): rsn_dvdsrc_start ():
/GstPlayBin:playbin/GstURIDecodeBin:uridecodebin0/RsnDvdBin:source/resinDvdSrc:dvdsrc:
system error: No such file or directory
Reached end of play list.

gst-launch-1.0 playbin uri=dvd:// output:
Setting pipeline to PAUSED ...
libdvdread: Can't stat /dev/dvd
No such file or directory
libdvdread: Could not open /dev/dvd
ERROR: Pipeline doesn't want to pause.
ERROR: from element /resinDvdSrc:dvdsrc: Could not read title information for
DVD.
Additional debug info:
resindvdsrc.c(361): rsn_dvdsrc_start ():
/GstPlayBin:playbin0/GstURIDecodeBin:uridecodebin0/RsnDvdBin:source/resinDvdSrc:dvdsrc:
system error: No such file or directory
Setting pipeline to NULL ...
Freeing pipeline ...
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
"GStreamer" (GNOME Bugzilla)
2018-02-14 17:07:22 UTC
Permalink
https://bugzilla.gnome.org/show_bug.cgi?id=779762

--- Comment #7 from Víctor Manuel Jáquez Leal <***@igalia.com> ---
https://wiki.gnome.org/Videos/Contribute

gst-launch-1.0 playbin uri=file://<location of the file> video-sink=cluttersink
audio-filter=scaletempo
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
"GStreamer" (GNOME Bugzilla)
2018-02-14 17:17:58 UTC
Permalink
https://bugzilla.gnome.org/show_bug.cgi?id=779762

--- Comment #8 from Strangiato <***@gmx.com> ---
I need to play a disc, not a file.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
"GStreamer" (GNOME Bugzilla)
2018-02-15 03:44:49 UTC
Permalink
https://bugzilla.gnome.org/show_bug.cgi?id=779762

--- Comment #9 from Jan Schmidt <***@noraisin.net> ---
You can replace the file:// URI with dvd://, however since it's not finding the
correct DVD device by default, you'll need to specify that too:

gst-launch-1.0 playbin uri=dvd:///dev/$DVD-DEVICE video-sink=cluttersink
audio-filter=scaletempo

Replace $DVD-DEVICE as needed.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
"GStreamer" (GNOME Bugzilla)
2018-02-15 04:03:44 UTC
Permalink
https://bugzilla.gnome.org/show_bug.cgi?id=779762

--- Comment #10 from Strangiato <***@gmx.com> ---
gst-launch-1.0 playbin uri=dvd:///dev/sr0 video-sink=cluttersink
audio-filter=scaletempo output:

WARNING: erroneous pipeline: could not set property "video-sink" in element
"playbin0" to "cluttersink"
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
"GStreamer" (GNOME Bugzilla)
2018-02-15 07:00:05 UTC
Permalink
https://bugzilla.gnome.org/show_bug.cgi?id=779762

--- Comment #11 from Víctor Manuel Jáquez Leal <***@igalia.com> ---
look for you clutter sink:

$ gst-inspect-1.0 | grep clutter

Perhpas it could be clutterautovideosink. And use that plugin as video-sink
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
"GStreamer" (GNOME Bugzilla)
2018-02-15 11:40:42 UTC
Permalink
https://bugzilla.gnome.org/show_bug.cgi?id=779762

--- Comment #12 from Strangiato <***@gmx.com> ---
gst-launch-1.0 playbin uri=dvd:///dev/sr0 video-sink=clutterautovideosink
audio-filter=scaletempo output:

Setting pipeline to PAUSED ...
libdvdnav: Using dvdnav version 6.0.0
libdvdnav: DVD Title: Sepultura - Chaos DVD
libdvdnav: DVD Serial Number: 51702FE100000000
libdvdnav: DVD Title (Alternative):
libdvdnav: DVD disk reports itself with Region mask 0x00000000. Regions: 1 2 3
4 5 6 7 8

libdvdread: Attempting to retrieve all CSS keys
libdvdread: This can take a _long_ time, please be patient

libdvdread: Get key for /VIDEO_TS/VIDEO_TS.VOB at 0x00000121
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_01_0.VOB at 0x0000043e
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_01_1.VOB at 0x000070d6
libdvdread: Elapsed time 0
libdvdread: Found 1 VTS's
libdvdread: Elapsed time 0
Pipeline is PREROLLING ...

But the disc does not play. Is this correct?
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
"GStreamer" (GNOME Bugzilla)
2018-02-16 12:27:31 UTC
Permalink
https://bugzilla.gnome.org/show_bug.cgi?id=779762

--- Comment #13 from Víctor Manuel Jáquez Leal <***@igalia.com> ---
I have undusted my DVD and I tinkered on it a bit. I can reproduce the bug
using xvimagesink:

gst-play-1.0 dvd:///dev/sr0 --videosink=xvimagesink

The used video overlay is dvdspu.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
"GStreamer" (GNOME Bugzilla)
2018-02-16 12:30:47 UTC
Permalink
https://bugzilla.gnome.org/show_bug.cgi?id=779762

--- Comment #14 from Víctor Manuel Jáquez Leal <***@igalia.com> ---
Created attachment 368419
--> https://bugzilla.gnome.org/attachment.cgi?id=368419&action=edit
pipeline graph

I add the graph of the pipeline to show the used elements, in particular
dvdspu.

I haven't digged on dvdspu to figure out what's wrong. Looks like vaapi is
rendering somewhat different than what is expected by dvdspu.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
"GStreamer" (GNOME Bugzilla)
2018-02-16 12:30:58 UTC
Permalink
https://bugzilla.gnome.org/show_bug.cgi?id=779762

Víctor Manuel Jáquez Leal <***@igalia.com> changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|NEEDINFO |NEW
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
"GStreamer" (GNOME Bugzilla)
2018-02-16 12:40:13 UTC
Permalink
https://bugzilla.gnome.org/show_bug.cgi?id=779762

--- Comment #15 from Jan Schmidt <***@noraisin.net> ---
The only thing I can think of is that the memory layout of the video buffer
output by vaapipostproc is different (like has a crop region around it or so)
and dvdspu isn't handling it correctly.

It doesn't check for a GstVideoMeta, for example.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
"GStreamer" (GNOME Bugzilla)
2018-02-16 12:47:18 UTC
Permalink
https://bugzilla.gnome.org/show_bug.cgi?id=779762

--- Comment #16 from Víctor Manuel Jáquez Leal <***@igalia.com> ---
(In reply to Jan Schmidt from comment #15)
Post by "GStreamer" (GNOME Bugzilla)
The only thing I can think of is that the memory layout of the video buffer
output by vaapipostproc is different (like has a crop region around it or
so) and dvdspu isn't handling it correctly.
It doesn't check for a GstVideoMeta, for example.
Aha!
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
"GStreamer" (GNOME Bugzilla)
2018-03-25 03:00:33 UTC
Permalink
https://bugzilla.gnome.org/show_bug.cgi?id=779762

Strangiato <***@gmx.com> changed:

What |Removed |Added
----------------------------------------------------------------------------
Version|1.12.x |1.14.0
Summary|Clickable DVD menu items |Clickable DVD menu items
|are not highlighted |are not highlighted
|correctly |correctly on mouseover
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
"GStreamer" (GNOME Bugzilla)
2018-05-22 20:17:52 UTC
Permalink
https://bugzilla.gnome.org/show_bug.cgi?id=779762

Strangiato <***@gmx.com> changed:

What |Removed |Added
----------------------------------------------------------------------------
Version|1.14.0 |1.14.1
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
"GStreamer" (GNOME Bugzilla)
2018-11-03 15:49:26 UTC
Permalink
https://bugzilla.gnome.org/show_bug.cgi?id=779762

GStreamer system administrator <***@gstreamer.net> changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |OBSOLETE

--- Comment #17 from GStreamer system administrator <***@gstreamer.net> ---
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been
closed from further activity.

You can subscribe and participate further through the new bug through this link
to our GitLab instance:
https://gitlab.freedesktop.org/gstreamer/gstreamer-vaapi/issues/51.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
Loading...