Hi to all,
I use dvdnavsrc plugin for dvd menus enabling. And I have a trouble with highlighting in menu: it doesn't work. Is there anybody who has highlighting in dvd menus? What other problems you have with dvdnavsrc? I have look through sources of dvdnavsrc element and I found it not easy for me :) to understand some moments. First, after changing active button in menu dvdnavsrc send "dvd-spu-highlight" event. But I couldn't find any plugin which handle this events. Also I found function gst_dvd_nav_src_user_op which seems to do some highlighting job but it seems to be unused. I understand that dvdnavsrc not stable yet, but any help would be useful. Thanks in advance. Best regards, Yuri Brukov. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
On Mon, 2008-11-03 at 18:26 +0200, Yuri Brukov wrote:
> Hi to all, > > I use dvdnavsrc plugin for dvd menus enabling. And I have a > trouble with highlighting in menu: it doesn't work. Is there anybody > who has highlighting in dvd menus? What other problems you have with > dvdnavsrc? > I have look through sources of dvdnavsrc element and I found it > not easy for me :) to understand some moments. First, after changing > active button in menu dvdnavsrc send "dvd-spu-highlight" event. But I > couldn't find any plugin which handle this events. Also I found > function gst_dvd_nav_src_user_op which seems to do some highlighting > job but it seems to be unused. > I understand that dvdnavsrc not stable yet, but any help would be > useful. Thanks in advance. > dvdnavsrc was never really ported to the 0.10 development branch, and never worked well even before that. Current development effort for DVD playback is focussed on the resin-dvd components in gst-plugins-bad/ext/resindvd, which already work much better. Cheers, Jan. -- Jan Schmidt <[hidden email]> ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Thanks a lot, Jan. You save my time.
Best regards, Yuri Brukov. 2008/11/4 Jan Schmidt <[hidden email]>: > On Mon, 2008-11-03 at 18:26 +0200, Yuri Brukov wrote: >> Hi to all, >> >> I use dvdnavsrc plugin for dvd menus enabling. And I have a >> trouble with highlighting in menu: it doesn't work. Is there anybody >> who has highlighting in dvd menus? What other problems you have with >> dvdnavsrc? >> I have look through sources of dvdnavsrc element and I found it >> not easy for me :) to understand some moments. First, after changing >> active button in menu dvdnavsrc send "dvd-spu-highlight" event. But I >> couldn't find any plugin which handle this events. Also I found >> function gst_dvd_nav_src_user_op which seems to do some highlighting >> job but it seems to be unused. >> I understand that dvdnavsrc not stable yet, but any help would be >> useful. Thanks in advance. >> > > dvdnavsrc was never really ported to the 0.10 development branch, and > never worked well even before that. > > Current development effort for DVD playback is focussed on the resin-dvd > components in gst-plugins-bad/ext/resindvd, which already work much > better. > > Cheers, > Jan. > -- > Jan Schmidt <[hidden email]> > > ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Hi to all,
I started using resin-dvd components but dvd menu highlighting doesn't work again. Is there anybody who has highlighting in dvd menus? Thanks in advance. Best regards, Yuri Brukov. 2008/11/5 Yuri Brukov <[hidden email]>: > Thanks a lot, Jan. You save my time. > > Best regards, > Yuri Brukov. > > 2008/11/4 Jan Schmidt <[hidden email]>: >> On Mon, 2008-11-03 at 18:26 +0200, Yuri Brukov wrote: >>> Hi to all, >>> >>> I use dvdnavsrc plugin for dvd menus enabling. And I have a >>> trouble with highlighting in menu: it doesn't work. Is there anybody >>> who has highlighting in dvd menus? What other problems you have with >>> dvdnavsrc? >>> I have look through sources of dvdnavsrc element and I found it >>> not easy for me :) to understand some moments. First, after changing >>> active button in menu dvdnavsrc send "dvd-spu-highlight" event. But I >>> couldn't find any plugin which handle this events. Also I found >>> function gst_dvd_nav_src_user_op which seems to do some highlighting >>> job but it seems to be unused. >>> I understand that dvdnavsrc not stable yet, but any help would be >>> useful. Thanks in advance. >>> >> >> dvdnavsrc was never really ported to the 0.10 development branch, and >> never worked well even before that. >> >> Current development effort for DVD playback is focussed on the resin-dvd >> components in gst-plugins-bad/ext/resindvd, which already work much >> better. >> >> Cheers, >> Jan. >> -- >> Jan Schmidt <[hidden email]> >> >> > ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
On Mon, 2008-11-10 at 17:06 +0200, Yuri Brukov wrote:
> Hi to all, > I started using resin-dvd components but dvd menu highlighting doesn't > work again. Is there anybody > who has highlighting in dvd menus? Thanks in advance. What pipeline are you using? You need something like the pipeline in the resin-play example script (http://webcvs.freedesktop.org/gstreamer/gst-plugins-bad/ext/resindvd/resin-play2?revision=1.1&view=markup) If you're using playbin, you'll need gst-plugin-base 0.10.21 for playbin integration of the DVD subpicture overlay. - Jan. > > Best regards, > Yuri Brukov. > > 2008/11/5 Yuri Brukov <[hidden email]>: > > Thanks a lot, Jan. You save my time. > > > > Best regards, > > Yuri Brukov. > > > > 2008/11/4 Jan Schmidt <[hidden email]>: > >> On Mon, 2008-11-03 at 18:26 +0200, Yuri Brukov wrote: > >>> Hi to all, > >>> > >>> I use dvdnavsrc plugin for dvd menus enabling. And I have a > >>> trouble with highlighting in menu: it doesn't work. Is there anybody > >>> who has highlighting in dvd menus? What other problems you have with > >>> dvdnavsrc? > >>> I have look through sources of dvdnavsrc element and I found it > >>> not easy for me :) to understand some moments. First, after changing > >>> active button in menu dvdnavsrc send "dvd-spu-highlight" event. But I > >>> couldn't find any plugin which handle this events. Also I found > >>> function gst_dvd_nav_src_user_op which seems to do some highlighting > >>> job but it seems to be unused. > >>> I understand that dvdnavsrc not stable yet, but any help would be > >>> useful. Thanks in advance. > >>> > >> > >> dvdnavsrc was never really ported to the 0.10 development branch, and > >> never worked well even before that. > >> > >> Current development effort for DVD playback is focussed on the resin-dvd > >> components in gst-plugins-bad/ext/resindvd, which already work much > >> better. > >> > >> Cheers, > >> Jan. > >> -- > >> Jan Schmidt <[hidden email]> > >> > >> > > > Jan Schmidt <[hidden email]> ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |