[Bug 973014] Re: Fails to decode many common video files encoded as AVC 1 Baseline - L2.1, Baseline - L1.1

2012-05-08 Thread Unmensch
The only solution that worked for me was to remove gstreamer0.10
-plugins-bad - then I could play mp4s, and they thumbnailed ok.
Unfortunately, this also nixed minitube (which was not working well
either).

Solution found here:
http://askubuntu.com/questions/126030/totem-not-playing-certain-videos-in-12-04

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/973014

Title:
  Fails to decode many common video files encoded as AVC 1 Baseline -
  L2.1, Baseline - L1.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gstreamer0.10/+bug/973014/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 973014] Re: Fails to decode many common video files encoded as AVC 1 Baseline - L2.1, Baseline - L1.1

2012-05-08 Thread Hossein Atashi
Thanks Unmensch, it worked for me perfectly. I don't know what we will
miss by removing this but so far I haven't had any problems.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/973014

Title:
  Fails to decode many common video files encoded as AVC 1 Baseline -
  L2.1, Baseline - L1.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gstreamer0.10/+bug/973014/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 973014] Re: Fails to decode many common video files encoded as AVC 1 Baseline - L2.1, Baseline - L1.1

2012-05-08 Thread professordes
This works for me too:

(http://askubuntu.com/questions/126030/totem-not-playing-certain-videos-
in-12-04)


i.e.

-
install only these

gstreamer0.10-ffmpeg and gstreamer0.10-plugins-ugly

and uninstall gstreamer0.10-plugins-bad
-

the other suggested fixes (other than playing by hand with
gst-launch-0.10 playbin uri=file:///problematic file  
haven't)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/973014

Title:
  Fails to decode many common video files encoded as AVC 1 Baseline -
  L2.1, Baseline - L1.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gstreamer0.10/+bug/973014/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 973014] Re: Fails to decode many common video files encoded as AVC 1 Baseline - L2.1, Baseline - L1.1

2012-05-08 Thread Hossein Atashi
I just realized that after removing these plugins, some MPEG-1 videos
will not play anymore. But still I prefer having support for MP4, if I
have to choose.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/973014

Title:
  Fails to decode many common video files encoded as AVC 1 Baseline -
  L2.1, Baseline - L1.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gstreamer0.10/+bug/973014/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 973014] Re: Fails to decode many common video files encoded as AVC 1 Baseline - L2.1, Baseline - L1.1

2012-05-08 Thread Doug McMahon
It would be worth seeing if this can be tracked to a particular .so(s)
in the bad plugin - removing that plugin isn't going to be an ultimate
solution

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/973014

Title:
  Fails to decode many common video files encoded as AVC 1 Baseline -
  L2.1, Baseline - L1.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gstreamer0.10/+bug/973014/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 973014] Re: Fails to decode many common video files encoded as AVC 1 Baseline - L2.1, Baseline - L1.1

2012-05-08 Thread Doug McMahon
I believe it's the libgstvideoparsersbad.so 
So with the bad plugin installed try this on 64 bit install

sudo mv  /usr/lib/x86_64-linux-
gnu/gstreamer-0.10/libgstvideoparsersbad.so  /usr/lib/x86_64-linux-
gnu/gstreamer-0.10/libgstvideoparsersbad.so.bak

On a 32 bit install something like

sudo mv   /usr/lib/i386-linux-
gnu/gstreamer-0.10/libgstvideoparsersbad.so   /usr/lib/i386-linux-
gnu/gstreamer-0.10/libgstvideoparsersbad.so.bak

If anyone else can confirm we can alter the bug description

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/973014

Title:
  Fails to decode many common video files encoded as AVC 1 Baseline -
  L2.1, Baseline - L1.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gstreamer0.10/+bug/973014/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 973014] Re: Fails to decode many common video files encoded as AVC 1 Baseline - L2.1, Baseline - L1.1

2012-05-08 Thread Hossein Atashi
I can confirm that this solves my problem, MP4 files start playing
correctly and MPEG-1 files are not affected. We should still find out
which downsides removing this file has. But so far I haven't had any
problems. Thanks Doug.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/973014

Title:
  Fails to decode many common video files encoded as AVC 1 Baseline -
  L2.1, Baseline - L1.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gstreamer0.10/+bug/973014/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 973014] Re: Fails to decode many common video files encoded as AVC 1 Baseline - L2.1, Baseline - L1.1

2012-05-07 Thread Robin Garnett
doing as described here http://tagavalgal.blogspot.com/2011/11
/quicktime-demuxer-not-found-in-ubuntu.html as someone mentioned in
another bug report has solved this problem for most but not all of my
videos. they will all play with the command $gst-launch playbin
uri=file:'file'

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/973014

Title:
  Fails to decode many common video files encoded as AVC 1 Baseline -
  L2.1, Baseline - L1.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gstreamer0.10/+bug/973014/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 973014] Re: Fails to decode many common video files encoded as AVC 1 Baseline - L2.1, Baseline - L1.1

2012-05-07 Thread Hossein Atashi
Unfortunately this did not help my case, all of my files still have the
same problem. But gst-launch could play them in the first place.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/973014

Title:
  Fails to decode many common video files encoded as AVC 1 Baseline -
  L2.1, Baseline - L1.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gstreamer0.10/+bug/973014/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 973014] Re: Fails to decode many common video files encoded as AVC 1 Baseline - L2.1, Baseline - L1.1

2012-05-04 Thread Hossein Atashi
I think the problem is not exactly gstreamer related, although it affects most 
gstreamer-based players, and all non-gstreamer players work fine.
The reason I think it is not gstreamer-related is that the following command 
seems to successfully play the problematic files:

gst-launch-0.10 playbin uri=file:///problematic file

I assume gst-launch-0.10 will use the same gstreamer backend that totem
and other gstreamer players as using. I have no clue why they fail and
gst-launch works, but I thought this might help find out exactly where
the problem comes from.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/973014

Title:
  Fails to decode many common video files encoded as AVC 1 Baseline -
  L2.1, Baseline - L1.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gstreamer0.10/+bug/973014/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 973014] Re: Fails to decode many common video files encoded as AVC 1 Baseline - L2.1, Baseline - L1.1

2012-05-04 Thread professordes
Indeed,

 gst-launch-0.10 playbin uri=file:///problematic file

works on all my non-playing files (on 64 bit 12.04)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/973014

Title:
  Fails to decode many common video files encoded as AVC 1 Baseline -
  L2.1, Baseline - L1.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gstreamer0.10/+bug/973014/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 973014] Re: Fails to decode many common video files encoded as AVC 1 Baseline - L2.1, Baseline - L1.1

2012-05-04 Thread Doug McMahon
Also affected would be the totem youtube plugin

It would seem likely that the files aren't being recognized as a supported 
format
If one was to take a non playable file, record it thru vlc it will then get a 
thumbnail  be  playable 
Vlc doesn't re-encode in record mode but does write a new header

** Description changed:

  *Adjusted description so as not to show as email to non logged in people
  Most affected files are   Baseline@L2.1, Baseline@L1.1 *
  
  Those would be the most likely to fail to be decoded but not limited to.
  These files are commonly found online though many users will have locally.
- Also affected  other than totem, banshee would be the mozilla-plugin  
minitube.
+ Also affected  other than totem, totem youtube plugin,   banshee would be 
the mozilla-plugin  minitube.
  Typically the audio will play with no video though sometimes neither
  
  Attached is a cut small sample file, noting the file plays fine in all non 
gstreamer players  in all gstreamer players in 11.10  earlier
  The file should be playable in totem, banshee  firefox with totem-mozilla 
plugin installed but only audio is decoded
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: libgstreamer0.10-0 0.10.36-1
  ProcVersionSignature: Ubuntu 3.2.0-21.34-generic-pae 3.2.13
  Uname: Linux 3.2.0-21-generic-pae i686
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0-0ubuntu3
  Architecture: i386
  Date: Tue Apr  3 21:33:08 2012
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Beta i386 (20120301)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: gstreamer0.10
  UpgradeStatus: No upgrade log present (probably fresh install)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/973014

Title:
  Fails to decode many common video files encoded as AVC 1 Baseline -
  L2.1, Baseline - L1.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gstreamer0.10/+bug/973014/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 973014] Re: Fails to decode many common video files encoded as AVC 1 Baseline - L2.1, Baseline - L1.1

2012-05-04 Thread Hossein Atashi
When running totem with --gst-debug-level=1 from the commandline on
these files, I get the following error (a lot of them):

0:00:00.722733943  5727 0x7f46680034f0 ERROR ffmpeg :0:: AVC: 
nal size 133916040
0:00:00.724185455  5727 0x7f46680034f0 ERROR ffmpeg :0:: no 
frame!
0:00:00.724581805  5727 0x7f46680034f0 ERROR ffmpeg :0:: AVC: 
nal size 23413146
0:00:00.724597030  5727 0x7f46680034f0 ERROR ffmpeg :0:: no 
frame!
0:00:00.724620078  5727 0x7f46680034f0 ERROR ffmpeg :0:: AVC: 
nal size 33046938
0:00:00.724632090  5727 0x7f46680034f0 ERROR ffmpeg :0:: no 
frame!

Also if you see the file properties in Totem, it seems to detect the format 
(H.264/AVC, MPEG4 AAC) successfully, but not the dimensions and frame rate.
I have no idea what these mean, it would be nice if a developer would comments 
on this.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/973014

Title:
  Fails to decode many common video files encoded as AVC 1 Baseline -
  L2.1, Baseline - L1.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gstreamer0.10/+bug/973014/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 973014] Re: Fails to decode many common video files encoded as AVC 1 Baseline - L2.1, Baseline - L1.1

2012-05-03 Thread emptythevoid
Just updated from 10.04 to 12.04 last night, with all updates current,
and this happens to me 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/973014

Title:
  Fails to decode many common video files encoded as AVC 1 Baseline -
  L2.1, Baseline - L1.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gstreamer0.10/+bug/973014/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 973014] Re: Fails to decode many common video files encoded as AVC 1 Baseline - L2.1, Baseline - L1.1

2012-04-30 Thread Flavio Tordini
I can confirm this on 12.04. I add that sometimes, although more rarely,
video is played without audio. IMO, this is a total showstopper for a
media PC and should be marked as critical.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/973014

Title:
  Fails to decode many common video files encoded as AVC 1 Baseline -
  L2.1, Baseline - L1.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gstreamer0.10/+bug/973014/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 973014] Re: Fails to decode many common video files encoded as AVC 1 Baseline - L2.1, Baseline - L1.1

2012-04-30 Thread checos
Bug Confirmed in totem and minitube on Ubuntu 12.04, only audio no video
for few seconds

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/973014

Title:
  Fails to decode many common video files encoded as AVC 1 Baseline -
  L2.1, Baseline - L1.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gstreamer0.10/+bug/973014/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 973014] Re: Fails to decode many common video files encoded as AVC 1 Baseline - L2.1, Baseline - L1.1

2012-04-30 Thread Doug McMahon
Just to re-note
All the affected encoding will play back fine with gstreamer players using 
gstreamer0.10-ffmpeg = 0.10.12  earlier

** Tags removed: i386
** Tags added: regression-release

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/973014

Title:
  Fails to decode many common video files encoded as AVC 1 Baseline -
  L2.1, Baseline - L1.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gstreamer0.10/+bug/973014/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 973014] Re: Fails to decode many common video files encoded as AVC 1 Baseline - L2.1, Baseline - L1.1

2012-04-29 Thread Henry Lin
Another sample video:
http://www.mediafire.com/download.php?ag2sgpp2bzm9bi7
works on VlC but not totem 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/973014

Title:
  Fails to decode many common video files encoded as AVC 1 Baseline -
  L2.1, Baseline - L1.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gstreamer0.10/+bug/973014/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 973014] Re: Fails to decode many common video files encoded as AVC 1 Baseline - L2.1, Baseline - L1.1

2012-04-29 Thread Henry Lin
Oh, and Dragon Player too!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/973014

Title:
  Fails to decode many common video files encoded as AVC 1 Baseline -
  L2.1, Baseline - L1.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gstreamer0.10/+bug/973014/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 973014] Re: Fails to decode many common video files encoded as AVC 1 Baseline - L2.1, Baseline - L1.1

2012-04-28 Thread Jack Dale
totem and minitube not working properly for me 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/973014

Title:
  Fails to decode many common video files encoded as AVC 1 Baseline -
  L2.1, Baseline - L1.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gstreamer0.10/+bug/973014/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 973014] Re: Fails to decode many common video files encoded as AVC 1 Baseline - L2.1, Baseline - L1.1

2012-04-27 Thread Flavio Tordini
*** This bug is a duplicate of bug 989663 ***
https://bugs.launchpad.net/bugs/989663

** This bug has been marked a duplicate of bug 989663
   Totem does not play certain videos correctly.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/973014

Title:
  Fails to decode many common video files encoded as AVC 1 Baseline -
  L2.1, Baseline - L1.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gstreamer0.10/+bug/973014/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 973014] Re: Fails to decode many common video files encoded as AVC 1 Baseline - L2.1, Baseline - L1.1

2012-04-27 Thread Doug McMahon
** This bug is no longer a duplicate of bug 989663
   Totem does not play certain videos correctly.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/973014

Title:
  Fails to decode many common video files encoded as AVC 1 Baseline -
  L2.1, Baseline - L1.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gstreamer0.10/+bug/973014/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 973014] Re: Fails to decode many common video files encoded as AVC 1 Baseline - L2.1, Baseline - L1.1

2012-04-27 Thread Doug McMahon
Also to note that this affects greatly  minitube , though users of minitube 
should fet behind this bug 
Bug  941586

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/973014

Title:
  Fails to decode many common video files encoded as AVC 1 Baseline -
  L2.1, Baseline - L1.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gstreamer0.10/+bug/973014/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 973014] Re: Fails to decode many common video files encoded as AVC 1 Baseline - L2.1, Baseline - L1.1

2012-04-10 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: gstreamer0.10 (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/973014

Title:
  Fails to decode many common video files encoded as AVC 1 Baseline -
  L2.1, Baseline - L1.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gstreamer0.10/+bug/973014/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 973014] Re: Fails to decode many common video files encoded as AVC 1 Baseline@L2.1, Baseline@L1.1

2012-04-03 Thread Doug McMahon
** Attachment added: no_video2.mp4
   
https://bugs.launchpad.net/bugs/973014/+attachment/2999782/+files/no_video2.mp4

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/973014

Title:
  Fails to decode many common video files encoded as AVC 1
  Baseline@L2.1, Baseline@L1.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gstreamer0.10/+bug/973014/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 973014] Re: Fails to decode many common video files encoded as AVC 1 Baseline - L2.1, Baseline - L1.1

2012-04-03 Thread Doug McMahon
** Summary changed:

- Fails to decode many common video files encoded as AVC 1 Baseline@L2.1, 
Baseline@L1.1
+ Fails to decode many common video files encoded as AVC 1 Baseline - L2.1, 
Baseline - L1.1

** Description changed:

+ *Adjusted description so as not to show as email to non logged in people
+ Most affected files are   Baseline@L2.1, Baseline@L1.1 *
+ 
  Those would be the most likely to fail to be decoded but not limited to.
  These files are commonly found online though many users will have locally.
  Also affected  other than totem, banshee would be the mozilla-plugin  
minitube.
  Typically the audio will play with no video though sometimes neither
  
  Attached is a cut small sample file, noting the file plays fine in all non 
gstreamer players  in all gstreamer players in 11.10  earlier
  The file should be playable in totem, banshee  firefox with totem-mozilla 
plugin installed but only audio is decoded
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: libgstreamer0.10-0 0.10.36-1
  ProcVersionSignature: Ubuntu 3.2.0-21.34-generic-pae 3.2.13
  Uname: Linux 3.2.0-21-generic-pae i686
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0-0ubuntu3
  Architecture: i386
  Date: Tue Apr  3 21:33:08 2012
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Beta i386 (20120301)
  ProcEnviron:
-  TERM=xterm
-  PATH=(custom, user)
-  LANG=en_US.UTF-8
-  SHELL=/bin/bash
+  TERM=xterm
+  PATH=(custom, user)
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
  SourcePackage: gstreamer0.10
  UpgradeStatus: No upgrade log present (probably fresh install)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/973014

Title:
  Fails to decode many common video files encoded as AVC 1 Baseline -
  L2.1, Baseline - L1.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gstreamer0.10/+bug/973014/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs