[Bug 303905] Re: radio streams continue to play when x server is reset
SIGHUP handler added to gnome-mplayer SVN code on Dec 1,2008. This should be in the next release after 0.9.2. -- radio streams continue to play when x server is reset https://bugs.launchpad.net/bugs/303905 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 243453] Re: Please Upgrade Mplayer
William, As the developer of gnome-mplayer I get several bugs with regards to subtitles and other weirdness. Most of those issues are solved by getting a newer version of mplayer. By not upgrading this package to something more recent you are actually creating more problems for users and developers. As stated above the mplayer team does not do releases and recommends using SVN. I know this causes more work for you as a packager, but even doing a monthly or quarterly release even with a package name of 'mplayer-svn' would be helpful. That way the people that want a 'stable' mplayer can use mplayer and those that want one that actually works, can track a newer package. Thanks, Kevin -- Please Upgrade Mplayer https://bugs.launchpad.net/bugs/243453 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 369426] Re: gnome-mplayer cannot open files over smb
I guess I need to get my smb server working, and check this out. -- gnome-mplayer cannot open files over smb https://bugs.launchpad.net/bugs/369426 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 369426] Re: gnome-mplayer cannot open files over smb
Next time, please don't alter your log, it makes things a little harder. Anyway I found that problem. It appears that GIO has issues with determining file access permissions on gio shares and so the smb file was being detected as a streaming file. mplayer should have been able to handle this (it does on my machine), but it appears the one on the users machine does not. Patch is svn change r1263 -- gnome-mplayer cannot open files over smb https://bugs.launchpad.net/bugs/369426 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 348864] Re: gnome-mplayer crashed with SIGSEGV in g_ascii_strncasecmp()
I believe this patch should fix it. Index: src/support.c === --- src/support.c (revision 1242) +++ src/support.c (working copy) @@ -1529,6 +1529,9 @@ gchar *unescaped = NULL; MetaData *data = NULL; + if (strlen(uri) < 1) + return FALSE; + if (verbose) printf("adding %s to playlist\n", uri); local_uri = strdup(uri); please let me know if it does. -- gnome-mplayer crashed with SIGSEGV in g_ascii_strncasecmp() https://bugs.launchpad.net/bugs/348864 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 404922] Re: gnome-mplayer crashes when exiting fullscreen mode
In 0.9.4 the ESC key would exit the application if you were in fullscreen or not. In 0.9.6 and higher, the ESC key now exits fullscreen mode and pressing it again exits the application. Again not a bug, just the way that the application worked at that point. -- gnome-mplayer crashes when exiting fullscreen mode https://bugs.launchpad.net/bugs/404922 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 295466] Re: video play stops as soon as adjusting volume in gnome-mplayer
Appears to be a pulse audio bug in mplayer. I believe mplayer in SVN from about Mar 2009 works around this. -- video play stops as soon as adjusting volume in gnome-mplayer https://bugs.launchpad.net/bugs/295466 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 120781] Re: Firefox hangs on websites when using gecko-mediaplayer plug in/gnome-mediaplayer/mplayer
Cesare asked me to comment on this so I will... On Fedora 7 (yeah I know it has worked there in the past) when playing this site everything is nice and smooth,even with using x11 as my vo. I am also using my CVS code which is about to be released as 0.5.1 (waiting for bug reports to die down). I think this whole issue might be fixed with (0.5.0 or cvs) as I have done 2 releases since this issue was opened and will have a third soon. Also I would expect to see more bug reports on this since about 2000+ installs have be done from getdeb. top - 16:19:21 up 4:32, 2 users, load average: 0.30, 0.48, 0.41 Tasks: 152 total, 1 running, 150 sleeping, 0 stopped, 1 zombie Cpu(s): 31.2%us, 3.0%sy, 0.0%ni, 63.8%id, 0.7%wa, 0.3%hi, 1.0%si, 0.0%st Mem: 2074808k total, 1134644k used, 940164k free, 121384k buffers Swap: 2031608k total,0k used, 2031608k free, 524220k cached PID USER PR NI VIRT RES SHR S %CPU %MEMTIME+ COMMAND 18057 kdekorte 20 0 32976 13m 8684 S 16.0 0.7 0:03.95 mplayer 17995 kdekorte 20 0 195m 55m 20m S 7.6 2.8 0:08.92 firefox-bin 2448 root 20 0 77400 48m 15m S 6.0 2.4 5:32.29 Xorg 18026 kdekorte 20 0 44912 16m 14m S 1.7 0.8 0:00.84 gnome-mplayer 2983 kdekorte 20 0 78628 27m 22m S 0.3 1.4 0:17.53 nm-applet 5021 kdekorte 32 12 47524 21m 8656 S 0.3 1.1 0:13.33 beagled-helper 18060 kdekorte 20 0 80204 18m 11m S 0.3 0.9 0:00.26 gnome-terminal 18086 kdekorte 20 0 2236 1040 800 R 0.3 0.1 0:00.06 top -- Firefox hangs on websites when using gecko-mediaplayer plug in/gnome-mediaplayer/mplayer https://bugs.launchpad.net/bugs/120781 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 144304] Re: gnome-mplayer crashed with SIGSEGV in strcmp()
** Attachment added: "Patch to trap potential NULL pointer" http://launchpadlibrarian.net/9505316/144304.patch -- gnome-mplayer crashed with SIGSEGV in strcmp() https://bugs.launchpad.net/bugs/144304 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 139972] Re: gnome-mplayer crashed with SIGSEGV in strlen()
Patch and also this have been integrated into my CVS tree. Index: gui.c === RCS file: /data/cvs/gnome-mplayer/src/gui.c,v retrieving revision 1.144 retrieving revision 1.145 diff -C 2 -d -r1.144 -r1.145 *** gui.c 22 Sep 2007 18:11:12 - 1.144 --- gui.c 22 Sep 2007 18:32:33 - 1.145 *** *** 1027,1030 --- 1027,1032 filename = gtk_file_chooser_get_filename(GTK_FILE_CHOOSER(dialog)); + if (filename == NULL) + filename = gtk_file_chooser_get_uri(GTK_FILE_CHOOSER(dialog)); last_dir = gtk_file_chooser_get_current_folder(GTK_FILE_CHOOSER(dialog)); gconf_client_set_string(gconf, LAST_DIR, last_dir, NULL); *** *** 1034,1041 shutdown(); gtk_list_store_clear(playliststore); ! gtk_list_store_clear(nonrandomplayliststore); ! add_item_to_playlist(filename,0); ! play_file((gchar *) filename, 0); ! g_free(filename); } --- 1036,1045 shutdown(); gtk_list_store_clear(playliststore); ! gtk_list_store_clear(nonrandomplayliststore); ! if (filename != NULL) { ! add_item_to_playlist(filename,0); ! play_file((gchar *) filename, 0); ! g_free(filename); ! } } -- gnome-mplayer crashed with SIGSEGV in strlen() https://bugs.launchpad.net/bugs/139972 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 120781] Re: Firefox hangs on websites when using gecko-mediaplayer plug in/gnome-mediaplayer/mplayer
I wish you would rethink this response. We have done some extensive testing on this problem (probably over 20 hrs all told) and have found that if we use GDM to start GNOME it causes Firefox to behave erratically when launched from an icon. From the same session but just opening a terminal and launching firefox causes firefox to work with no problems. Also we found that if we don't use GDM to start GNOME but instead use startx we don't see the problem in either case. It seems that something in being set differently when using GDM to start GNOME. Also, there seem to be quite a few bugs that mention Firefox hanging with flash, I'm wondering if these are all related. -- Firefox hangs on websites when using gecko-mediaplayer plug in/gnome-mediaplayer/mplayer https://bugs.launchpad.net/bugs/120781 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 120781] Re: Firefox hangs on websites when using gecko-mediaplayer plug in/gnome-mediaplayer/mplayer
Ok, I did some additional testing Using default login via GDM - launching firefox from icon and then opening rush hour 3 site - firefox hangs Using GNOME session - same Using XFCE4 session - same Using failsafe GNOME - same Using failsafe terminal, starting metacity and then firefox - it works ok, but anytime firefox is run from a terminal it works Why would launching a app from a terminal be different than launching an app from an icon. It is supposed to be the same correct? -- Firefox hangs on websites when using gecko-mediaplayer plug in/gnome-mediaplayer/mplayer https://bugs.launchpad.net/bugs/120781 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 120781] Re: Firefox hangs on websites when using gecko-mediaplayer plug in/gnome-mediaplayer/mplayer
xdm doesn't seem to make a difference. What appears to be happening is that when run from the icon the second and third video players seem to be crashing. But if you run it from a terminal, they don't. I have no idea why this would happen unless something like STDIN is only allowing one connection when running from the icon. But when run from a terminal, multiple connections can be made. -- Firefox hangs on websites when using gecko-mediaplayer plug in/gnome-mediaplayer/mplayer https://bugs.launchpad.net/bugs/120781 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 554376] Re: gnome-mplayer quicktime chrome
gnome-mplayer only works with firefox when playing content at apple.com. Chrome has not published the code on how to change the user agent, which is needed to obtain content from apple.com -- gnome-mplayer quicktime chrome https://bugs.launchpad.net/bugs/554376 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 527493] Re: gnome-mplayer crashed with signal 7 in g_datalist_id_set_data_full()
I just did some tests with the SVN code and the only thing that bothers me so far are there reports gnome-mplayer:3126): Gtk-CRITICAL **: gtk_tooltips_set_tip: assertion `GTK_IS_TOOLTIPS (tooltips)' failed (gnome-mplayer:3126): Gtk-CRITICAL **: gtk_tooltips_set_tip: assertion `GTK_IS_TOOLTIPS (tooltips)' failed I've been running gnome-mplayer under a debugger today and so far I haven't seen those messages. I also run many mkv files under gnome- mplayer and I haven't seen any crashes. Also the stack trace doesn't show anything gnome-mplayer related. I was planning on releasing today, but this is now holding that up. So having a backtrace that shows the crash is VERY important. -- gnome-mplayer crashed with signal 7 in g_datalist_id_set_data_full() https://bugs.launchpad.net/bugs/527493 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 527493] Re: gnome-mplayer crashed with signal 7 in g_datalist_id_set_data_full()
The stack trace kinda looks like a bug in libnotify, it might report gnome-mplayer since libnotify is linked in. So that is my guess as to where the problem might be. Disabling notifications in gnome-mplayer might confirm this. -- gnome-mplayer crashed with signal 7 in g_datalist_id_set_data_full() https://bugs.launchpad.net/bugs/527493 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 521526] Re: gnome-mplayer does not correctly handle aspect ratio changes in mpeg streams
Ok, this should be fixed in SVN now. -- gnome-mplayer does not correctly handle aspect ratio changes in mpeg streams https://bugs.launchpad.net/bugs/521526 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 526573] Re: Gnome-mplayer audio language selection does not work.
Works fine with 0.9.9.2 -- Gnome-mplayer audio language selection does not work. https://bugs.launchpad.net/bugs/526573 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 526573] Re: Gnome-mplayer audio language selection does not work.
Retested again and both switch track and switch language work for me. I am using mplayer MPlayer SVN-r30502-4.4.2 (C) 2000-2010 MPlayer Team -- Gnome-mplayer audio language selection does not work. https://bugs.launchpad.net/bugs/526573 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 512852] Re: display problem (karmic koala)
What version of gnome-mplayer is this? -- display problem (karmic koala) https://bugs.launchpad.net/bugs/512852 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 500413] Re: Video output dims on file change
Are you adjusting the brightness in gnome-mplayer and then on the next file it is reset? Also does it happen with x11, xv or gl outputs? -- Video output dims on file change https://bugs.launchpad.net/bugs/500413 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 420546] Re: gnome-mplayer crashed with SIGSEGV in g_async_queue_length()
I think the reporter has a flag set to crash/abort on warning. I believe the problem is caused when used as a plugin and no metadata was ever parsed. I'll see if I can suppress this warning. -- gnome-mplayer crashed with SIGSEGV in g_async_queue_length() https://bugs.launchpad.net/bugs/420546 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 420546] Re: gnome-mplayer crashed with SIGSEGV in g_async_queue_length()
I believe the reporter of this issue has the environment variable export G_DEBUG=fatal_warnings set. However, what is happening is that gnome-mplayer is shutting down and trying to gracefully shutdown the threadpool for retrieving metadata. But gtk is not handling a empty/flushed pool correctly and issuing the error. I put in a workaround to not call this function when running under the control of gecko-mediaplayer Index: src/gui.c === --- src/gui.c (revision 1526) +++ src/gui.c (working copy) @@ -1374,16 +1374,21 @@ } mplayer_shutdown(); -g_thread_pool_stop_unused_threads(); -while (gtk_events_pending() || thread != NULL - || g_thread_pool_unprocessed(retrieve_metadata_pool)) { -gtk_main_iteration(); -} -g_thread_pool_free(retrieve_metadata_pool, TRUE, TRUE); -if (control_id != 0) + if (control_id == 0) { + g_thread_pool_stop_unused_threads(); + while (gtk_events_pending() || thread != NULL + || g_thread_pool_unprocessed(retrieve_metadata_pool)) { + gtk_main_iteration(); + } + g_thread_pool_free(retrieve_metadata_pool, TRUE, TRUE); + } else { + while (gtk_events_pending() || thread != NULL) { + gtk_main_iteration(); + } dbus_cancel(); - + } + dbus_unhook(); -- gnome-mplayer crashed with SIGSEGV in g_async_queue_length() https://bugs.launchpad.net/bugs/420546 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 420546] Re: gnome-mplayer crashed with SIGSEGV in g_async_queue_length()
** Attachment added: "Should fix crash/warning" http://launchpadlibrarian.net/31252532/420546.patch -- gnome-mplayer crashed with SIGSEGV in g_async_queue_length() https://bugs.launchpad.net/bugs/420546 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 492016] Re: gecko cant play these files in the browser
I think this has been fixed in SVN already. -- gecko cant play these files in the browser https://bugs.launchpad.net/bugs/492016 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 466681] Re: gnome-mplayer assert failure: *** glibc detected *** /usr/bin/gnome-mplayer: double free or corruption (!prev): 0x0a3bec00 ***
*** This bug is a duplicate of bug 449460 *** https://bugs.launchpad.net/bugs/449460 When submitting problems like this, we need the base URL of the site and then how you got to the page with the problem. Without this information, we can't duplicate the issue. -- gnome-mplayer assert failure: *** glibc detected *** /usr/bin/gnome-mplayer: double free or corruption (!prev): 0x0a3bec00 *** https://bugs.launchpad.net/bugs/466681 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 500413] Re: Video output dims on file change
I'm not sure this is a bug, but more of a feature request. We reset all the values on a new media file by design. -- Video output dims on file change https://bugs.launchpad.net/bugs/500413 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 576087] Re: gecko-mediaplayer sometimes sets pcm volume control to maximum without asking
Seen this on other machines, usually caused by bad mplayer that does not work well with pulse. You can workaround this by setting the vo to alsa in gnome-mplayer. Another option is to enable software volume control in gnome-mplayer. But recommend upgrading mplayer. -- gecko-mediaplayer sometimes sets pcm volume control to maximum without asking https://bugs.launchpad.net/bugs/576087 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 569682] Re: firefox-bin crashed with SIGSEGV in strlen() when loading iTunes store
SVN r388 of gecko-mediaplayer should have a patch for this. -- firefox-bin crashed with SIGSEGV in strlen() when loading iTunes store https://bugs.launchpad.net/bugs/569682 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 500413] Re: Video output dims on file change
I'm not sure this is really a gnome-mplayer problem -- Video output dims on file change https://bugs.launchpad.net/bugs/500413 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Re: [Bug 230662] Re: gecko-mediaplayer depends on firefox metapackage
On 2/7/2010 6:25 AM, Cesare Tirabassi wrote: > If gecko-mediaplayer and opera are compatible we simply need to add opera in > the list of possible Dependencies. > Kevin, are they compatible, and if so is there a minimum required opera > version? > I believe it is compatible, and I think you need Opera 9.5, but it has really been a long time since I have have tried it. Kevin -- gecko-mediaplayer depends on firefox metapackage https://bugs.launchpad.net/bugs/230662 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 521526] Re: gnome-mplayer does not correctly handle aspect ratio changes in mpeg streams
Please run gnome-mplayer with the -v option and highlight the portion where the media aspect changes. Or post a file that exhibits this behavior. It is probably just an event coming from mplayer that is not handled. -- gnome-mplayer does not correctly handle aspect ratio changes in mpeg streams https://bugs.launchpad.net/bugs/521526 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 512852] Re: display problem (karmic koala)
The version 0.9.8 had this issue, it has been fixed in 0.9.9 and higher, as of this email 0.9.9.2 is current. This does not happen on Fedora 12 with an ATI r600 video card. Suggest looking for a newer mplayer or upgrading your video drivers. I also tested this on another Fedora 12 machine (fully updated) with an ATI r280 card and it worked fine as well. -- display problem (karmic koala) https://bugs.launchpad.net/bugs/512852 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 443223] Re: Gnome-mplayer shows only gray square in fullscreen
You can also open gconf-editor and change /apps/gnome- mplayer/preferences/disable_animation to true and see if that fixes it. The checkbox in 0.9.8 doesn't work due to a coding error that was fixed on Oct 5, 2009. -- Gnome-mplayer shows only gray square in fullscreen https://bugs.launchpad.net/bugs/443223 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 443223] Re: Gnome-mplayer shows only gray square in fullscreen
Just as an FYI, this problem does not seem to happen on Fedora Rawhide with gtk2 2.18.1. I'm unsure what version is being used in Karmic. -- Gnome-mplayer shows only gray square in fullscreen https://bugs.launchpad.net/bugs/443223 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 443223] Re: Gnome-mplayer shows only gray square in fullscreen
Does setting "export GDK_NATIVE_WINDOWS=1" in the terminal affect this in anyway? found this in this document: http://library.gnome.org/devel/gtk/2.18 /gtk-migrating-ClientSideWindows.html Also 447874 is a dup of this issue. I maintain that it may be a gtk issue, at least needs to be looked at. Because the code that does the drawing and positioning should work the same for GTK 2.16 and 2.18. I have a 2.16 machine available and I will try and test on it in a couple of days. -- Gnome-mplayer shows only gray square in fullscreen https://bugs.launchpad.net/bugs/443223 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 443223] Re: Gnome-mplayer shows only gray square in fullscreen
Opened https://bugzilla.gnome.org/show_bug.cgi?id=598050 ** Bug watch added: GNOME Bug Tracker #598050 https://bugzilla.gnome.org/show_bug.cgi?id=598050 -- Gnome-mplayer shows only gray square in fullscreen https://bugs.launchpad.net/bugs/443223 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 443223] Re: Gnome-mplayer shows only gray square in fullscreen
More convinced it is a gtk 2.18 issue. I ran SVN of gnome-mplayer on my gtk 2.14 machine and did not have the gray blocks when I resized the window using either x11 or gl output over ssh -X. -- Gnome-mplayer shows only gray square in fullscreen https://bugs.launchpad.net/bugs/443223 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 443223] Re: Gnome-mplayer shows only gray square in fullscreen
I also was able to test on my 2.16 machine and did not see the same issue as on the 2.18 machine. So appears to be a regression in GTK -- Gnome-mplayer shows only gray square in fullscreen https://bugs.launchpad.net/bugs/443223 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 443223] Re: Gnome-mplayer shows only gray square in fullscreen
BTW, I was incorrect stating that I did not see the problem on my Fedora machine. The problem does occur there with gtk 2.18.2 as well. -- Gnome-mplayer shows only gray square in fullscreen https://bugs.launchpad.net/bugs/443223 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 457817] Re: Cannot play RealVideo
You will need to install realplayer to make the real video files work at that site -- Cannot play RealVideo https://bugs.launchpad.net/bugs/457817 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 457816] Re: cannot play Quicktime media
I know I had this site working before but today nothing is working there. Also, the version of mplayer may be a factor here. I am using mplayer SVN r29789 -- cannot play Quicktime media https://bugs.launchpad.net/bugs/457816 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 412784] Re: Flash player from Adobe and gecko-mediaplayer are mutual exclusive in Firefox
Sorry, but I am unable to duplicate this issue. I was able to open the nrk.no site and then try to watch a video (which is regionally limited) and then when immediately to youtube and played a video. Do you have any addins installed in firefox like adblock, noscript or any other tools like that? -- Flash player from Adobe and gecko-mediaplayer are mutual exclusive in Firefox https://bugs.launchpad.net/bugs/412784 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 445767] Re: nspluginviewer crashed with SIGSEGV in QCoreApplication::postEvent()
There is a patch in gecko-mediaplayer SVN for better Konqueror support, but I don't know if it will fix this problem or not. -- nspluginviewer crashed with SIGSEGV in QCoreApplication::postEvent() https://bugs.launchpad.net/bugs/445767 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 86777] Re: ignores qtnext
gecko-mediaplayer plays the above test site properly with patch r340 applied to it. -- ignores qtnext https://bugs.launchpad.net/bugs/86777 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 458493] Re: gnome-mplayer crashed with SIGSEGV in gtk_image_clear()
Is there a test case to duplicate this issue? -- gnome-mplayer crashed with SIGSEGV in gtk_image_clear() https://bugs.launchpad.net/bugs/458493 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 449460] Re: gnome-mplayer assert failure: *** glibc detected *** gnome-mplayer: corrupted double-linked list: 0x093c4890 ***
I believe this has been fixed in SVN, but I don't recall the patch that fixed it. I can't even tell from the logs. -- gnome-mplayer assert failure: *** glibc detected *** gnome-mplayer: corrupted double-linked list: 0x093c4890 *** https://bugs.launchpad.net/bugs/449460 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1063883] Re: Will not play MPG, FLV, or WMV file
Does mplayer itself play those files? Also running gnome-mplayer -v from a terminal, will give more information why this is failing. Please retest and report output. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1063883 Title: Will not play MPG, FLV, or WMV file To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-mplayer/+bug/1063883/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 929168] Re: gnome-mplayer crashed with SIGSEGV in magazine_chain_pop_head()
I believe this is fixed in 1.0.7, please test -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/929168 Title: gnome-mplayer crashed with SIGSEGV in magazine_chain_pop_head() To manage notifications about this bug go to: https://bugs.launchpad.net/gnome-mplayer/+bug/929168/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 766589] Re: gnome-mplayer assert failure: *** stack smashing detected ***: gnome-mplayer terminated
Found a bug recently in the code that was caused by long labels in the channels.conf file. This has been fixed in 1.0.7 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/766589 Title: gnome-mplayer assert failure: *** stack smashing detected ***: gnome- mplayer terminated To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-mplayer/+bug/766589/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 681279] Re: gnome-mplayer assert failure: *** glibc detected *** /usr/bin/gnome-mplayer: double free or corruption (out): 0xb320a4d8 ***
Can you post a link to the website, so that testing can be performed? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/681279 Title: gnome-mplayer assert failure: *** glibc detected *** /usr/bin/gnome- mplayer: double free or corruption (out): 0xb320a4d8 *** To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-mplayer/+bug/681279/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 977288] Re: Mplayer crashes while playing embedded video in Google Chrome.
Tested the videos with the 1.0.7b code and the videos play fine and do not crash for me. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/977288 Title: Mplayer crashes while playing embedded video in Google Chrome. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-mplayer/+bug/977288/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 766589] Re: gnome-mplayer assert failure: *** stack smashing detected ***: gnome-mplayer terminated
Make sure the file $HOME/.mplayer/channels.conf has the current list of channels and the file is in UTF-8 format. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/766589 Title: gnome-mplayer assert failure: *** stack smashing detected ***: gnome- mplayer terminated To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-mplayer/+bug/766589/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 742685] Re: gnome-mplayer assert failure: *** glibc detected *** /usr/bin/gnome-mplayer: double free or corruption (!prev): 0x096ad660 ***
gnome-mplayer 1.0.0 is way out of date, retest with 1.0.6 or later -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/742685 Title: gnome-mplayer assert failure: *** glibc detected *** /usr/bin/gnome- mplayer: double free or corruption (!prev): 0x096ad660 *** To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-mplayer/+bug/742685/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 640979] Re: gnome-mplayer crashed with SIGSEGV in gtk_widget_queue_resize()
I believe this will be fixed in the 1.0.7 release -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/640979 Title: gnome-mplayer crashed with SIGSEGV in gtk_widget_queue_resize() To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-mplayer/+bug/640979/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 926901] Re: gnome-mplayer crashed with SIGSEGV in g_ascii_strncasecmp()
Believe this will be fixed in 1.0.7 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/926901 Title: gnome-mplayer crashed with SIGSEGV in g_ascii_strncasecmp() To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-mplayer/+bug/926901/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1036736] Re: Gnome-mplayer isn't controllable with the sound menu
Version 1.0.7 will support mpris2, which I believe the sound panel uses to control media players. However, the sound panel will need to add "gnome-mplayer" to the list of players that it communicates with. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1036736 Title: Gnome-mplayer isn't controllable with the sound menu To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-mplayer/+bug/1036736/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1005861] Re: gnome-mplayer cant play .mid files
if you can make mplayer support .mid file, which it can with the right options then the code works. I know as I have done it here. So if you mplayer is not packaged to support .mid files then you should drop audio/midi from the list of supported types. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1005861 Title: gnome-mplayer cant play .mid files To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-mplayer/+bug/1005861/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1005505] Re: gnome-mplayer mplayer2 vdpau does not working
Can you post the full output of the mplayer2 command line that does not work, please omit the "-wid X" option as that changes from run to run. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1005505 Title: gnome-mplayer mplayer2 vdpau does not working To manage notifications about this bug go to: https://bugs.launchpad.net/gnome-mplayer/+bug/1005505/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1052177] Re: Lubuntu can't automatically open a CD and play it in Gnome-Mplayer
Is there anything your your $HOME/.xsession-errors file when this error occurs? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1052177 Title: Lubuntu can't automatically open a CD and play it in Gnome-Mplayer To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-mplayer/+bug/1052177/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1005505] Re: gnome-mplayer mplayer2 vdpau does not working
Can you provide the output of vdpauinfo I think this might have something to do with the inital size of the window, but not entirely sure at this point. Also in gnome-mplayer do you get a picture if you disable "Hardware Acceleration" in Edit->Preferences (first tab)? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1005505 Title: gnome-mplayer mplayer2 vdpau does not working To manage notifications about this bug go to: https://bugs.launchpad.net/gnome-mplayer/+bug/1005505/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1005505] Re: gnome-mplayer mplayer2 vdpau does not working
One more question, does it work with mplayer (not mplayer2)? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1005505 Title: gnome-mplayer mplayer2 vdpau does not working To manage notifications about this bug go to: https://bugs.launchpad.net/gnome-mplayer/+bug/1005505/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1053985] Re: gecko-mediaplayer package should not bundle so many plugins for security reasons
gecko-mediaplayer is a single plugin with an emulation layer for the various plugins. So the same plugin that does windows media also does quicktime, and others. So splitting them doesn't really give you anymore security. Also, if the user is concerned about this, they can start gnome-mplayer and choose edit -> Preferences [plugin] and then disable the plugins they do not want emulated. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1053985 Title: gecko-mediaplayer package should not bundle so many plugins for security reasons To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-meta/+bug/1053985/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 812053] Re: Latest gecko-mediaplayer update in Oneric causes all browsers to crash
Chris, That is the wrong solution.. the schemas are included in the gnome- mplayer package, which you need for gecko-mediaplayer to function. Without gnome-mplayer, gecko-mediaplayer will not work. Kevin -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/812053 Title: Latest gecko-mediaplayer update in Oneric causes all browsers to crash To manage notifications about this bug go to: https://bugs.launchpad.net/gecko-mp/+bug/812053/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 231421] Re: mplayer plugin for firefox can't play midi
Why don't you just uncheck MIDI support in gnome-mplayer, Edit -> Preferences -> Plugin and then uncheck MIDI support. It should have been disabled by default, at least that is how it ships from me. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/231421 Title: mplayer plugin for firefox can't play midi -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 712348] Re: gnome-mplayer uses nvidia VDPAU by default
Message is now suppressed in gnome-mplayer 1.0.2 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/712348 Title: gnome-mplayer uses nvidia VDPAU by default -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 695354] Re: Gnome-mplayer volume control behaves erratically
Volume control reworked in 1.0.2, jumping problem should be fixed. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/695354 Title: Gnome-mplayer volume control behaves erratically -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 652421] Re: gmplayer: relocation error
This is not gnome-mplayer, but mplayer with the gtk interface. Please move bug to appropriate package. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/652421 Title: gmplayer: relocation error -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 599758] Re: gnome-mplayer copies volume from global pulseaudio volume
Volume control has been completely reworked in gnome-mplayer version 1.0.2, it should be much better if compiled with alsa and pulse audio support. Separation from system volume is still possible by enabling software volume control as well. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/599758 Title: gnome-mplayer copies volume from global pulseaudio volume -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 581561] Re: Screen goes black with VDPAU rendering
Appears to be a bug in the nVidia driver as newer versions of the driver do not have this issue. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/581561 Title: Screen goes black with VDPAU rendering -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 709277] Re: gecko-mediaplayer crashes in it's gecko-mediaplayer-wmp.so Windows Media Player module
Fixed in gecko-mediaplayer SVN r420 (post 1.0.0). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/709277 Title: gecko-mediaplayer crashes in it's gecko-mediaplayer-wmp.so Windows Media Player module -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 675144] Re: on-line video doesn't work
Videos are flash based... you need to install the flash player. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/675144 Title: on-line video doesn't work -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 652959] Re: the plugin does not work in chromium-browser (7.0.536.2 (60818) Ubuntu 10.10 from ppa))
Known chrome bug, due to problems in the chrome main loop, gecko- mediaplayer has been specifically disabled by the chrome team. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/652959 Title: the plugin does not work in chromium-browser (7.0.536.2 (60818) Ubuntu 10.10 from ppa)) -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 599758] Re: gnome-mplayer copies volume from global pulseaudio volume
This is a bug in mplayer, it has been fixed in newer versions of mplayer. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/599758 Title: gnome-mplayer copies volume from global pulseaudio volume -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 655469] Re: gnome-mplayer can not use embedded fonts
Should be fixed in gnome-mplayer 1.0.0 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/655469 Title: gnome-mplayer can not use embedded fonts -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 662133] Re: Gnome-mplayer should default to displaying forced subtitles
-showforcedsubsonly is not a valid option in some versions of mplayer. However, when subtitle visibility is turned off, the slave interface is used to set sub_forced_only to 1 in r1840 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/662133 Title: Gnome-mplayer should default to displaying forced subtitles -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 680221] Re: crashes with Gtk:ERROR
This is a theme error, please have provide the icon for the gtkrecentmanager. This is not a problem with gnome-mplayer. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/680221 Title: crashes with Gtk:ERROR -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 653667] Re: Doesn't play avi files hosted on smb shares
should be fixed in gnome-mplayer 1.0.0 and higher. Verified working in svn r1840 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/653667 Title: Doesn't play avi files hosted on smb shares -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 731727] Re: gnome-mplayer crashed with SIGSEGV in gtk_tree_model_get_valist()
This has been fixed upstream, 1.0.2 or higher I believe -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/731727 Title: gnome-mplayer crashed with SIGSEGV in gtk_tree_model_get_valist() -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 766589] Re: gnome-mplayer assert failure: *** stack smashing detected ***: gnome-mplayer terminated
I don't have a digital tv card, but I am willing to work with you to solve this problem. I would need your channels.conf file for testing. I recently worked on this in the current SVN code and the problem may already be fixed. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/766589 Title: gnome-mplayer assert failure: *** stack smashing detected ***: gnome- mplayer terminated -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 712344] Re: Cannot change video size with xvmc output
Should be fixed in SVN (v > 1.0.3) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/712344 Title: Cannot change video size with xvmc output -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 660688] Re: Forced subtitles option doesn't work
-enableforcedsubs isn't listed in the mplayer man page and doesn't seem to be a valid option. Are you using a custom mplayer? mplayer dvd:// -enableforcedsubs Unknown option on the command line: -enableforcedsubs Error parsing option on the command line: -enableforcedsubs MPlayer SVN-r33451-4.6.0 (C) 2000-2011 MPlayer Team -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/660688 Title: Forced subtitles option doesn't work -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 654047] Re: Stop button restarts playback instead of stopping
This has been fixed for awhile in newer versions of gnome-mplayer -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/654047 Title: Stop button restarts playback instead of stopping -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 780346] Re: gnome mplayer continually growing playlist
When the global menu option is in use, gnome-mplayer has no way of detecting that the menu is not actually in the window. Recently in SVN (v > 1.0.3) a gconf/dconf key was added named "enable_global_menu" this option should be set to TRUE when the gtk global menu is enabled. I asked in launchpad on how to automatically detect the global menu feature so this key would not be needed, but the question was ignored. https://answers.launchpad.net/indicator-appmenu/+question/152538 See gnome-mplayer bug http://code.google.com/p/gnome-mplayer/issues/detail?id=501 gnome-mplayer packagers will need to patch the gconf or dconf xml schema to set the correct value to true so that the option is enabled properly. ** Bug watch added: cgc/p/gnome-mplayer/issues #501 http://code.google.com/p/gnome-mplayer/issues/detail?id=501 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/780346 Title: gnome mplayer continually growing playlist -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 791011] Re: Gnome-mplayer displays wrong duration
This can be caused by the metadata stored in the file. Run mplayer -identify -frames 0 on the file you are having issues with and look for ID_LENGTH. Most likely this will list the value you are seeing in the GUI. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/791011 Title: Gnome-mplayer displays wrong duration -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 500413] Re: Video output dims on file change
If you play the files only with mplayer, not gnome-mplayer do you get this issue as well. I have never seen this problem on any of my machines (intel and ATI video cards) -- Video output dims on file change https://bugs.launchpad.net/bugs/500413 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 500413] Re: Video output dims on file change
gnome-mplayer uses mplayer to for all video playback and adjustments. So unless you are adjusting the gamma settings, gnome-mplayer should not alter these settings. That is why I asked if just plain mplayer would alter them. -- Video output dims on file change https://bugs.launchpad.net/bugs/500413 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs