Totem won't play any video, despite of working GStreamer

Hi,
I have a problem with Totem, that I can't solve, because the program won't give any useful output. Below is the list of relevant, installed packages:
pacman -Qs totem
local/totem 3.12.1-2 (gnome)
GNOME3 movie player based on GStreamer
local/totem-plparser 3.10.2-1
Totem playlist parser library
~ pacman -Qs gstreamer
local/clutter-gst 2.0.12-1
GStreamer bindings for clutter
local/gnome-video-effects 0.4.1-1
A collection of GStreamer effects
local/gst-libav 1.4.1-1
Gstreamer libav Plugin
local/gst-plugins-bad 1.4.1-1
GStreamer Multimedia Framework Bad Plugins
local/gst-plugins-base 1.4.1-1
GStreamer Multimedia Framework Base Plugins
local/gst-plugins-base-libs 1.4.1-1
GStreamer Multimedia Framework Base Plugin libraries
local/gst-plugins-good 1.4.1-1
GStreamer Multimedia Framework Good Plugins
local/gst-plugins-ugly 1.4.1-1
GStreamer Multimedia Framework Ugly Plugins
local/gst-vaapi 0.5.9-1
GStreamer Multimedia Framework VA Plugins
local/gstreamer 1.4.1-1
GStreamer Multimedia Framework
local/totem 3.12.1-2 (gnome)
GNOME3 movie player based on GStreamer
~ pacman -Qs libva
local/libva 1.3.1-2
Video Acceleration (VA) API for Linux
local/libva-intel-driver 1.3.2-1
VA-API implementation for Intel G45 and HD Graphics family
Now, whenever I play h264 file with Totem, all I get is white screen:
and following output in terminal:
run/media/piotr/luggage totem 0001.mp4
libva info: VA-API version 0.35.1
libva info: va_getDriverName() returns 0
libva info: Trying to open /usr/lib/dri/i965_drv_video.so
libva info: Found init function __vaDriverInit_0_35
libva info: va_openDriver() returns 0
/run/media/piotr/luggage
I can't see anything wrong here. The strange part is, that the same video plays correctly with gst-launch-1.0 playbin:
/run/media/piotr/luggage gst-launch-1.0 playbin uri=file:///run/media/piotr/luggage/0001.mp4
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
libva info: VA-API version 0.35.1
libva info: va_getDriverName() returns 0
libva info: Trying to open /usr/lib/dri/i965_drv_video.so
libva info: Found init function __vaDriverInit_0_35
libva info: va_openDriver() returns 0
Got context from element 'vaapidecode0': gst.vaapi.Display=context, display=(GstVaapiDisplay)NULL;
Pipeline is PREROLLED ...
Setting pipeline to PLAYING ...
New clock: GstPulseSinkClock
How can I determine, where lays the problem?
Last edited by PiotrPyclik (2014-09-02 20:09:43)

Well, I use mpv and it's great. But beacuse Totem integrates with GNOME so nicely, I thought, I would use it from time to time.
With GST_DEBUG=1 and gst-vaapi installed, there is something informative:
/run/media/piotr/luggage totem 0001.mp4
libva info: VA-API version 0.35.1
libva info: va_getDriverName() returns 0
libva info: Trying to open /usr/lib/dri/i965_drv_video.so
libva info: Found init function __vaDriverInit_0_35
libva info: va_openDriver() returns 0
0:00:01.191829975 2225 0x7f7b700a9b20 ERROR vaapidecode ../../../gstreamer-vaapi-0.5.9/gst/vaapi/gstvaapidecode.c:397:gst_vaapidecode_push_decoded_frame: video sink rejected the video buffer (error -1)
And with GST_DEBUG=3:
/run/media/piotr/luggage totem 0001.mp4
0:00:00.778999773 2446 0x16920f0 FIXME bin gstbin.c:4023:gst_bin_query: implement duration caching in GstBin again
0:00:00.779146545 2446 0x16920f0 FIXME bin gstbin.c:4023:gst_bin_query: implement duration caching in GstBin again
0:00:00.835112343 2446 0x16920f0 FIXME bin gstbin.c:4023:gst_bin_query: implement duration caching in GstBin again
0:00:00.835241110 2446 0x16920f0 FIXME bin gstbin.c:4023:gst_bin_query: implement duration caching in GstBin again
0:00:00.867064804 2446 0x16920f0 WARN basesrc gstbasesrc.c:3460:gst_base_src_start_complete:<source> pad not activated yet
0:00:00.868267302 2446 0x16920f0 WARN basesrc gstbasesrc.c:3460:gst_base_src_start_complete:<source> pad not activated yet
0:00:00.868667831 2446 0x16920f0 FIXME bin gstbin.c:4023:gst_bin_query: implement duration caching in GstBin again
0:00:00.868723978 2446 0x16920f0 FIXME bin gstbin.c:4023:gst_bin_query: implement duration caching in GstBin again
0:00:00.871518146 2446 0x16920f0 FIXME bin gstbin.c:4023:gst_bin_query: implement duration caching in GstBin again
0:00:00.872650718 2446 0x16920f0 FIXME bin gstbin.c:4023:gst_bin_query: implement duration caching in GstBin again
0:00:00.937628693 2446 0x7f014c0dd230 WARN qtdemux qtdemux_types.c:200:qtdemux_type_get: unknown QuickTime node type TIM
0:00:00.938205614 2446 0x7f014c0dd230 WARN qtdemux qtdemux_types.c:200:qtdemux_type_get: unknown QuickTime node type TSC
0:00:00.938253232 2446 0x7f014c0dd230 WARN qtdemux qtdemux_types.c:200:qtdemux_type_get: unknown QuickTime node type TSZ
0:00:00.938696437 2446 0x7f014c0dd230 WARN qtdemux qtdemux.c:8243:qtdemux_parse_trak:<qtdemux0> unknown version 00000000
libva info: VA-API version 0.35.1
libva info: va_getDriverName() returns 0
libva info: Trying to open /usr/lib/dri/i965_drv_video.so
libva info: Found init function __vaDriverInit_0_35
libva info: va_openDriver() returns 0
0:00:01.041873965 2446 0x16920f0 FIXME bin gstbin.c:4023:gst_bin_query: implement duration caching in GstBin again
0:00:01.041954877 2446 0x16920f0 FIXME bin gstbin.c:4023:gst_bin_query: implement duration caching in GstBin again
0:00:01.053938639 2446 0x16920f0 FIXME bin gstbin.c:4023:gst_bin_query: implement duration caching in GstBin again
0:00:01.054114550 2446 0x16920f0 FIXME bin gstbin.c:4023:gst_bin_query: implement duration caching in GstBin again
0:00:01.054859181 2446 0x16920f0 FIXME bin gstbin.c:4023:gst_bin_query: implement duration caching in GstBin again
0:00:01.054918181 2446 0x16920f0 FIXME bin gstbin.c:4023:gst_bin_query: implement duration caching in GstBin again
0:00:01.055540992 2446 0x16920f0 FIXME bin gstbin.c:4023:gst_bin_query: implement duration caching in GstBin again
0:00:01.055597791 2446 0x16920f0 FIXME bin gstbin.c:4023:gst_bin_query: implement duration caching in GstBin again
0:00:01.148430809 2446 0x7f0148070a80 WARN GST_PADS gstpad.c:3742:gst_pad_peer_query:<sink:proxypad10> could not send sticky events
0:00:01.246108505 2446 0x7f01480a9b20 ERROR vaapidecode ../../../gstreamer-vaapi-0.5.9/gst/vaapi/gstvaapidecode.c:397:gst_vaapidecode_push_decoded_frame: video sink rejected the video buffer (error -1)
0:00:01.296521994 2446 0x16920f0 FIXME bin gstbin.c:4023:gst_bin_query: implement duration caching in GstBin again
0:00:01.296674163 2446 0x16920f0 FIXME bin gstbin.c:4023:gst_bin_query: implement duration caching in GstBin again
0:00:01.296741011 2446 0x16920f0 FIXME bin gstbin.c:4023:gst_bin_query: implement duration caching in GstBin again
0:00:01.296784167 2446 0x16920f0 FIXME bin gstbin.c:4023:gst_bin_query: implement duration caching in GstBin again
0:00:01.296819473 2446 0x16920f0 FIXME bin gstbin.c:4023:gst_bin_query: implement duration caching in GstBin again
0:00:01.297095664 2446 0x16920f0 FIXME bin gstbin.c:4023:gst_bin_query: implement duration caching in GstBin again
/run/media/piotr/luggage
On higher levels output gets really long and I don't know, if it useful.

Similar Messages

  • My quicktime player won't play any videos on my Mac X os. The video will start on quicktime then automatically start

    My quicktime player won't play any videos on my Mac X os. The video will start on quicktime then automatically start. I installed DiV X today and all this happened is there anyway to fix this?? I went through everything dragging the icon to the trash and deleting it from safari extentions.

    Download and install
    Perian from  http://perian.org/
    You should read this support page  http://perian.org/#support   in case you need to delete older codecs.  In Macintosh HD/Library/Quicktime/ delete any files relating to DivX (Perian already has them), particularly any DivX extension to Safari. However it should be noted that Perian is not an internet plugin and will not play DivX files imbedded on a website. For that you will need the DivX Player browser plugin available from  http://www.divx.com/en/software/mac  Note that Perian will be discontinued after the release of Mountain Lion:  http://reviews.cnet.com/8301-13727_7-57434082-263/perian-plug-in-for-quicktime-t o-be-discontinued/?tag=txt;title

  • My ipod 4th generation won't play any videos on any browser and YouTube

    My ipod won't play any videos on safari and every other browser I downloaded. It won't even play videos from YouTube and YouTube the ap.

    Many videos via Safari require Flash and will not play on the iPod.
    What exactlyhappens when you try to use the YouTube app on the iPod?
    Try
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    Deleting the and reinstall the YouTube app
    - Go to Settings>Safri and Clear Cookies, Data and History
    - Reset all settings      
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup. See:                                                
    iOS: How to back up                                                                                     
      - Restore to factory settings/new iOS device.

  • I just upgraded to firefox 4 and it won't play any videos on the internet. Is there a fix for this or how can I go back to the previous version.

    my firefox 4 wont play any videos. adobe flash player says its not compatible with this arcitecture. Did anyone bother to test this before releasing it.

    I appreciate you taking the time to respond, but I don't want to uninstall my persona. I want to uninstall FireFox 4. I love my persona.
    It really bugs the crap out of me when FireFox sends these upgrades around and I click "yes" to install them then my entire desktop stops working.
    Is it always necessary for their upgrades to render the add-ons that people develop useless?

  • I just updated my computer and now Safari won't play any video.

    I just recently updated my Safari, to have it up to date.  Now all of a sudden it will not play any video in Safari.  How can I get my videos to play again?  Please help!

    Hi..
    If you are referring to video streamed on YouTube or other sites that require the Flash plugin, try troubleshooting.
    Quit Safari.
    Open System Preferences > Flash Player then select the Storage tab. Click: Delete All
    Now uninstall the Flash plugin then reinstall new >  Troubleshoot Flash Player | Mac OS
    Very important to uninstall the currently installed Flash plugin first.
    Relaunch Safari.  From your Safari menu bar click Safari > Empty Cache
    Now try a video.
    BTW... if you have the ClickToFlash extension installed, that can prevent Flash based video from streaming. It can also be installed as a plugin in /Library/Internet-Plug-Ins.
    And check to see if Safari is running in 32 bit mode. Right or control click the Safari icon in your Applications folder then click Get Info. If the box next to:  Open in 32 bit mode  is selected, deselect, quit then relaunch Safari.
    Tip... when you post for help, please tell us which Mac OS X you have installed 
    edited by:  cs

  • Zen Won't Play Any Videos!!!

    I've had my Creative Zen player for about a year now and I've had no problems, but tonight I tried for the first time to put a video onto it and was met with complete frustration. None of?my videos will play on it, giving either errors about how the audio is not compatible or that it simply had an error playing the video. I've made sure that the audio is mp3, that the video is avi or wmv (I've tried both by converting the video), and that?it has a resolution of 320x240, all properties that this site says should definately work for my player. The videos play just fine in my Windows Media Player as well. If you?need any more information to figure out what might be wrong, don't hesitate to ask! ?

    By "Any Videos" do you mean videos you've grabbed on line or do you mean home movies or do you mean DVD's?
    I had a problem with the audio staying in sync with DVD's I ripped for my Zen, until I figured out what the problem was.
    Look here... DVD To Zen
    Get Gspot here... Gspot
    Keep in mind, that was how I got DVD's to work, but you might be able to use the same principles.

  • Premiere CS4 won't play any video - Overlay?

    Hi, since installing Prem CS4 on Windows 7 when I try to play video through premiere the audio is fine but the video won't stays at a frozen frame. If I scroll the timeline the video moves through but doesn't play at all in the preview bin or in the main source window. All clips play in media player perfect and before with XP. It feels like an graphics overlay sort of problem, I have a Nvidia quadro FX 500 witht the latest drivers upgraded by Windows 7 but don't see any overlay settings in or out of premiere. Any suggestions?
    thanks guys

    Magic Hat,
    Glad that you got it sorted. I've found that sometimes just asking a question immediately leads me to the answer - even before a response. I saw this all of the time in civil engineering. Just walking into another office to ask the question, often lit the lightbulb.
    Good luck, and unfortunately, you can't award yourself "points" for the correct answer.
    Hunt

  • Macbook Pro won't play any videos on any browser or any site

    Videos on youtube, tumblr, facebook, amazon instant, netflix and any other video I come across will not play and will not even start to load on my macbook pro. I have uninstalled and reinstalled flash, I have cleared all website data, I have cleared my history, I downloaded chrome (and the problem did not change on the new browser), I have restarted my computer multiple times, and nothing seems to work. Has this happened to anyone else? Does anyone know how to fix it?

    I would, first of all, try another browser. If you don't already have it, try Firefox, if it works ok in Firefox I would try resetting Safari.(uncheck "remove saved names and passwords" if you don't have them written down anywhere)
    DM

  • Quicktime Player Pro won't play any movies?

    Ever since I restored my computer about a month ago, my Quicktime Player won't play any video formats correctly. .avi files don't play anymore, and mp4 files only play sound with the screen black. Then when I try to close the application, I get the pinwheel for a long time, thus making me force quit every time. How can I fix this so it can play movies correctly?
    (I'd also like to know how to get it to play .mka format movies as well)

    Courtney,
    There are a lot of possible CODECS used with .AVI file, not all of which are available for the QuickTime player.
    If you just want to play the AVI files use the free VLC media player found at http://www.videolan.org/vlc/

  • Safari won't play certain videos

    Hi there,
    it came to my attention that my Safari (latest version) won't play any video on the site "www.collegehumor.com". YouTube and every other popular site works fine for me. After googling this problem, I tried to play the videos with a different user; without success. After that, I uninstalled the Flash Player and reinstalled it (latest version), because this was suggested by my google searches... but I still can't play any video on collegehumor.com.
    Has anyone any idea what the problem might be?
    thanks in advance!

    Hi there,
    it came to my attention that my Safari (latest version) won't play any video on the site "www.collegehumor.com". YouTube and every other popular site works fine for me. After googling this problem, I tried to play the videos with a different user; without success. After that, I uninstalled the Flash Player and reinstalled it (latest version), because this was suggested by my google searches... but I still can't play any video on collegehumor.com.
    Has anyone any idea what the problem might be?
    thanks in advance!

  • Laptop won't let me play any video or change the brightness of the screen at all.

    I got this new Laptop a few months ago and it has just recently started to play up slightly and not let me change my brightness settings at all and now it won't let me play any videos.

    I got a solution
    First check out your performance settings and if u dont know where to find it just right click on my computer and enter to propreties then click on performance and tools, then if the gamming and desktop aero system are 1.0 then you have three solutions.
    1) Install a new windows
    2) check out your computer driver and install tge latest version
    3) or simply you can download DRIVER PAC SOLUTION and install it then after installation is done you might wanna restart the system and check performance again then it should desplay NEW HARDWARE DETECT REFRESH NOW then click on refreah and the rating is gonna go up from1.0.to higher than 4.0.

  • My macbook pro won't play any youtube video. I always get a plug-in failure message! How can I solve it? I already did all updates, reinstalled flash player but nothing helps!

    My macbook pro won't play any youtube video. I always get a plug-in failure message! How can I solve it? I already did all updates, reinstalled flash player but nothing helps!

    1. System Preferences > Other/ Flash Player > Advanced >  Delete  All
         Press the "Delete All" button
         Install Adobe Flash Player.
        http://get.adobe.com/flashplayer/
        Follow the prompts.
        Quit Safari.
        Restart computer. Relaunch Safari.
    2.  Allow  Plug-ins
        Safari > Preferences > Security
        Internet Plug-ins >  "Allow  plug-ins"
        Enable it.
        Press " Manage Website Settings" button for more options.

  • 30GB 5G Ipod no longer plays any video -HELP!

    I have a 5G ipod purchased toward the end of 2005. It always worked great until I went to play a video the other day. My ipod crashes every time I try to play any video, whether downloaded from itunes, homemade, anything. This isn't an issue of needing to turn the TV-Out setting off. I've tried restoring, reverting to previous firmwares (from 1.2.1 to 1.1.2 and 1.0, using itunes 7.2), formatting and restoring, everything I've seen on forums everywhere. It used to play video just fine, so I'm completely at a loss. If I select a video through the audio podcast area, it will play the audio portion. When I try to play videos properly, the screen stays blank and no longer accepts input - I have to reset the ipod. I know that I'm out of warranty so I'm probably boned, aren't I?

    I just purchased my 30gb video iPod, and am running into almost the exact same situation. The only difference is that I don't have to reset it. It just won't play a movie at all. It starts the little "timer" thing that clicks around, but then goes back out of the movie. I know the movie is a good download, because I can watch it from start to finish within iTunes.
    Anyone got any ideas? I really don't want to stay on hold for 1-2 hours waiting on a person to talk to with tech support!
    HP 7160n   Windows XP Pro  

  • Ipod Nano won't play any songs downloaded from MySpace pages...

    My first generation Nano was initially sent back to Apple due to the battery losing it's charge to quickly. They sent me back what appears to be a replacement Nano and now this one won't play any songs downloaded from MySpace pages of bands, shared from friends (unprotected mp3 files) or otherwise downloaded from the internet.
    Whats unusual is that any songs imported from a CD to the Nano play fine as do any songs purchased from iTunes. I know Apple has stated that any files the user wishes to play on their iPods will play as long as the format is compatible. (All of these songs in question played on the original Nano and the problems started when they said they fixed it and sent it back (although it is missing the engraving which to me indicates they gave me a refurbished Nano). My Applecare runs out in mid-October so I need to figure out what is wrong. I sent it back a second time and they told me they couldn't recreate the problem so they just updated the software and sent it back.
    Someone suggested that some iPods have a part of the firmware activated (which Apple may have been testing) that prevents any non-ITunes store music or music no t off an original CD to fail to play.
    When attempting to play downloaded songs from sites like Purevolume and MySpace the iPod plays for a few seconds then shuts down and restarts itself, all of these songs worked fine before Apple took it in for service.
    Any suggestions?

    Hello,
    I have exactly the same problem. It`s so annoying.
    I did a little bit research on this discussion board and this problem seems to be known for quite a long time. It`s confusing me Apple is not able to fix that prob or give customers quick introduction to resolve the prob.
    I am currently on vacation in Florida and just bought the new iPod 30 Gig. I transfered already songs from my music cd. That worked fine.
    I bought 2 music video files, synced them with no error to the iPod, but it only shows me a black screen when I want to start the video on the iPod itself. itunes plays the files with no problem.
    Any ideas how to fix it??
    DELL Latitude D800   Windows XP Pro  

  • I have windows 8.1 and firefox won't play youtube videos but IE will

    I have windows 8.1 and firefox won't play youtube videos but IE will. I have tried reinstalling firefox, flash, java. Resetting firefox don't help, disabled hardware acceleration, protected mode 0 in the mms.cfg file. Nothing will play on youtube in firefox. It says "an error has occured, please try again later". The ads play fine though. Everything plays fine in IE. I have tried different versions of flash also with no luck. I even restored the system to a previous iso image with no luck. Does anyone have a solution?

    It maybe because your javascript is disabled .
    You can check the javascript.enabled pref on the about:config page.
    http://kb.mozillazine.org/about:config
    There are also extensions that can block JavaScript or otherwise interfere.
    https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    Or,
    "Clear the Cache":
    Firefox > Preferences > Advanced > Network > Cached Web Content: "Clear Now"
    "Remove Cookies" from sites causing problems:
    Firefox > Preferences > Privacy > Cookies: "Show Cookies"
    Start Firefox in [https://support.mozilla.org/en-US/kb/troubleshoot-firefox-issues-using-safe-mode Safe Mode] to check if one of the extensions (Firefox/Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem.
    '''''Do NOT click the Reset button on the Safe Mode start window.'''''
    https://support.mozilla.org/kb/Safe+Mode
    https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    please report us if any problem.

Maybe you are looking for

  • "Report Parameters" - only default showing / translation

    Hi, I did a BI Publisher with the "Analyzer for Excel" and I have 2 issues. 1. I'm calling the report from an ApEx application with the following URL: .../R_Rapport_analyse_E.xdo?_xpf=&_xpt=1&Calendrier=130001&No_demande=5 The data showed under "Repo

  • My iPod Touch 4G is recognized as a camera in Windows 7 64-bit.

    I have uninstalled and re-installed iTunes many times. The iPod charges but (maybe because it is recognized as a portable device which is a Digital Camera) iTunes will not recognize it! iTunes won't even open up. I used to use the iTunes in my Vista

  • Creative Cloud says that lightroom 5 is installed but it is not on my computer, but I wish to

    Adobe Creative Cloud says that lightroom 5 is installed but it is not on my computer, but I wish to use it. How can I install it??

  • WRT300N ver.2.0

    i cant find firmware for this version. i cant find i the linksys site router with this version can someone help me? i have a problem with wireless security mode , when i generate a key in wep mode , dhcp can not sent a ip adress sorry for the bad eng

  • ISE : MAB, SoA ...

    Hello, I'd like to implement Cisco ISE on my network so that 802.1x authentication will be operationnal. When I give a look to this document : http://www.cisco.com/en/US/docs/security/ise/1.0.4/compatibility/ise104_sdt.html#wp55038 There's a lot of C