Page 3 of 4 FirstFirst 1234 LastLast
Results 21 to 30 of 32

Thread: Full screen video + compiz = crashe; BadAlloc. Gstreamer-properties seg faults

  1. #21
    Join Date
    Feb 2006
    Beans
    11

    Re: Full screen video + compiz = crashe; BadAlloc. Gstreamer-properties seg faults

    I've the same problem

  2. #22
    Join Date
    Oct 2009
    Beans
    2

    Re: Full screen video + compiz = crashe; BadAlloc. Gstreamer-properties seg faults

    me too...

  3. #23
    Join Date
    Sep 2009
    Beans
    3

    Re: Full screen video + compiz = crashe; BadAlloc. Gstreamer-properties seg faults

    Fix for VLC:

    Open vlc and go to preferences (ctrl+p) -> video -> and change video output to "x11 video output"

    Does anybody who knows more about this kind of stuff know how to do the above for other media players?

  4. #24
    Join Date
    Oct 2006
    Beans
    129

    Re: Full screen video + compiz = crashe; BadAlloc. Gstreamer-properties seg faults

    Hmm..maybe my problem is related:

    http://ubuntuforums.org/showthread.php?t=1311263

  5. #25
    Join Date
    Aug 2008
    Beans
    8

    Re: Full screen video + compiz = crashe; BadAlloc. Gstreamer-properties seg faults

    Same problem here. I am using 9.10

  6. #26
    Join Date
    Apr 2008
    Beans
    37

    Re: Full screen video + compiz = crashe; BadAlloc. Gstreamer-properties seg faults

    Quote Originally Posted by Kprojekt View Post
    Just wanted to add, that this all goes away if extra effects (composting is turned off)

    This is also a bump.
    Quote Originally Posted by Diskdoc View Post
    Hmm..maybe my problem is related:

    http://ubuntuforums.org/showthread.php?t=1311263
    This is the problem I'm having. When going fullscreen the extra effects makes it freeze. I'm only having this problem in VLC though. This is happening on all 5 of my computers all with different hardware. I'm using Intrepid and Jaunty.

  7. #27
    Join Date
    Sep 2008
    Location
    Chandigarh, India
    Beans
    18
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Full screen video + compiz = crashe; BadAlloc. Gstreamer-properties seg faults

    I have the same problem. It is with both SMPlayer and VLC. I am on Ubuntu 9.10 64Bit. I have ATI 4670HD with the latest driver (9.11) installed from their site. But once I disable the Desktop effect, everything runs beautifully.
    Last edited by baccilus; November 21st, 2009 at 11:47 AM.

  8. #28
    Join Date
    Apr 2006
    Beans
    87
    Distro
    Xubuntu 14.04 Trusty Tahr

    Re: Full screen video + compiz = crashe; BadAlloc. Gstreamer-properties seg faults

    For a lot of people, BadAlloc errors are fixed by switching from Video4Linux output to X11 Video Output.

    For vlc you can do this either by calling it on the command line

    vlc --vout x11

    or better yet change the output in the preferences of vlc:

    Tools -> Preferences -> Video -> Output -> X11 video output

    hit save and try it out.

    Now to fix it for Totem Movie Player you have to use the

    gstreamer-properties

    application to change the output. You can launch that command from alt-f2 or the terminal, or you can instead go to

    System -> Preferences -> Multimedia Systems Selector

    then go to the video tab and change the default output plugin to "X Window System"

    One way you know you have this problem is, when you fullscreen the video player it crashes immediately. The BadAlloc error will only show up if you start the video player from the command line, otherwise it is hidden from you. BadAlloc can happen for a lot of reasons, but someone with a modern video card getting that for a video is completely bogus. Turning Video4Linux off by changing output to X11(in the player, it's a per player setting unfortunately) does the trick for those people. Worked for me.

  9. #29
    Join Date
    Dec 2007
    Beans
    3

    Re: Full screen video + compiz = crashe; BadAlloc. Gstreamer-properties seg faults

    That's right, going to X11 fixes the problem, but with X11 output I get another problem: the video "jumps" during the playback. It looks like it frezes and jumps over the frames a lot, not smooth video.

  10. #30
    Join Date
    Jul 2006
    Beans
    64

    Re: Full screen video + compiz = crashe; BadAlloc. Gstreamer-properties seg faults

    I have the same problem, using a nvidia geforce 7300 with 128mb of ram. I found a post in another thread mentioning this:

    Re: Video players (Totem, VLC, etc.) fail with BadAlloc error
    Thought I'd post my solution to this error. I'm using the i810 graphics driver, and my video card uses shared memory, which seems to be causing the error. My problem was that all movie players crashed when playing any video with a resolution higher than 640x480. After adding two lines to my xorg.conf file, I can finally play my 1024x768 screencasts.

    I added these lines to Section "Device" in xorg.conf:
    Code:

    Option "VideoRam" "65536"
    Option "CacheLines" "1980"

    Related to bug #4229
    I added that line, except I doubled the VidoeRam to 131072. I am not sure if that is right, or if I should change my cachelines, but it did let me increase my screen more without crashing. In fact I can run full screen if nothing else is running, but If I open up firefox, and a few other apps, I can not go full screen.

Page 3 of 4 FirstFirst 1234 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •