[Touch-packages] [Bug 1365497] Re: Inform user when a video format is not supported

2016-07-18 Thread Jim Hodapp
** Changed in: media-hub (Ubuntu RTM)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mediaplayer-app in Ubuntu.
https://bugs.launchpad.net/bugs/1365497

Title:
  Inform user when a video format is not supported

Status in Canonical System Image:
  Fix Released
Status in mediaplayer-app:
  Fix Released
Status in media-hub package in Ubuntu:
  Fix Released
Status in mediaplayer-app package in Ubuntu:
  Fix Released
Status in media-hub package in Ubuntu RTM:
  Fix Released
Status in mediaplayer-app package in Ubuntu RTM:
  Fix Released

Bug description:
  When a video format is not supported the result is at best a black or green 
screen, a black video with audio, or worst case a crash.
  Instead of this the player shouldn't try playing the video and inform the 
user that the format is not supported.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: mediaplayer-app 0.20.5+14.10.20140820-0ubuntu1 [origin: Ubuntu RTM]
  Uname: Linux 3.4.67 armv7l
  ApportVersion: 2.14.7-0ubuntu1
  Architecture: armhf
  Date: Thu Sep  4 15:07:06 2014
  InstallationDate: Installed on 2014-09-04 (0 days ago)
  InstallationMedia: Ubuntu Utopic Unicorn (development branch) - armhf 
(20140904-030254)
  SourcePackage: mediaplayer-app
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1365497/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1365497] Re: Inform user when a video format is not supported

2014-09-05 Thread Jim Hodapp
** Changed in: mediaplayer-app (Ubuntu)
   Status: New => Confirmed

** Also affects: mediaplayer-app
   Importance: Undecided
   Status: New

** Changed in: mediaplayer-app
   Status: New => Triaged

** Changed in: mediaplayer-app
   Importance: Undecided => Critical

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mediaplayer-app in Ubuntu.
https://bugs.launchpad.net/bugs/1365497

Title:
  Inform user when a video format is not supported

Status in Media Player App:
  Triaged
Status in “mediaplayer-app” package in Ubuntu:
  Confirmed

Bug description:
  When a video format is not supported the result is at best a black or green 
screen, a black video with audio, or worst case a crash.
  Instead of this the player shouldn't try playing the video and inform the 
user that the format is not supported.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: mediaplayer-app 0.20.5+14.10.20140820-0ubuntu1 [origin: Ubuntu RTM]
  Uname: Linux 3.4.67 armv7l
  ApportVersion: 2.14.7-0ubuntu1
  Architecture: armhf
  Date: Thu Sep  4 15:07:06 2014
  InstallationDate: Installed on 2014-09-04 (0 days ago)
  InstallationMedia: Ubuntu Utopic Unicorn (development branch) - armhf 
(20140904-030254)
  SourcePackage: mediaplayer-app
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/mediaplayer-app/+bug/1365497/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1365497] Re: Inform user when a video format is not supported

2014-09-10 Thread Bill Filler
@jhodap
how do we know if the video format is supported or not?
Is there an api on the media-hub or some other place to query?

** Changed in: mediaplayer-app
   Importance: Critical => High

** Changed in: mediaplayer-app (Ubuntu)
   Importance: Undecided => High

** Also affects: media-hub
   Importance: Undecided
   Status: New

** Changed in: media-hub
   Importance: Undecided => High

** Changed in: media-hub
 Assignee: (unassigned) => Jim Hodapp (jhodapp)

** Changed in: mediaplayer-app
 Assignee: (unassigned) => Renato Araujo Oliveira Filho (renatofilho)

** Changed in: mediaplayer-app (Ubuntu)
 Assignee: (unassigned) => Renato Araujo Oliveira Filho (renatofilho)

** Tags added: 2014-09-25

** Tags removed: 2014-09-25
** Tags added: touch-2014-09-25

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mediaplayer-app in Ubuntu.
https://bugs.launchpad.net/bugs/1365497

Title:
  Inform user when a video format is not supported

Status in Media Hub:
  New
Status in Media Player App:
  Triaged
Status in “mediaplayer-app” package in Ubuntu:
  Confirmed

Bug description:
  When a video format is not supported the result is at best a black or green 
screen, a black video with audio, or worst case a crash.
  Instead of this the player shouldn't try playing the video and inform the 
user that the format is not supported.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: mediaplayer-app 0.20.5+14.10.20140820-0ubuntu1 [origin: Ubuntu RTM]
  Uname: Linux 3.4.67 armv7l
  ApportVersion: 2.14.7-0ubuntu1
  Architecture: armhf
  Date: Thu Sep  4 15:07:06 2014
  InstallationDate: Installed on 2014-09-04 (0 days ago)
  InstallationMedia: Ubuntu Utopic Unicorn (development branch) - armhf 
(20140904-030254)
  SourcePackage: mediaplayer-app
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/media-hub/+bug/1365497/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1365497] Re: Inform user when a video format is not supported

2014-09-10 Thread Jim Hodapp
@Bill: No formal way of doing it yet. I need to add some code to my
GStreamer decoder plugin to return this list (it already gets it from
the Android layer, just needs to export it) to media-hub where media-hub
would present it to a client. I would say for now, put in a static list
of mpeg4 and h264 for video codec types. It should support all of the
major container types, so no need to check for that. Would you mind
filing a bug against media-hub and qtubuntu-media to add this support?

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mediaplayer-app in Ubuntu.
https://bugs.launchpad.net/bugs/1365497

Title:
  Inform user when a video format is not supported

Status in Media Hub:
  New
Status in Media Player App:
  Triaged
Status in “mediaplayer-app” package in Ubuntu:
  Confirmed

Bug description:
  When a video format is not supported the result is at best a black or green 
screen, a black video with audio, or worst case a crash.
  Instead of this the player shouldn't try playing the video and inform the 
user that the format is not supported.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: mediaplayer-app 0.20.5+14.10.20140820-0ubuntu1 [origin: Ubuntu RTM]
  Uname: Linux 3.4.67 armv7l
  ApportVersion: 2.14.7-0ubuntu1
  Architecture: armhf
  Date: Thu Sep  4 15:07:06 2014
  InstallationDate: Installed on 2014-09-04 (0 days ago)
  InstallationMedia: Ubuntu Utopic Unicorn (development branch) - armhf 
(20140904-030254)
  SourcePackage: mediaplayer-app
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/media-hub/+bug/1365497/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1365497] Re: Inform user when a video format is not supported

2014-09-10 Thread Renato Araujo Oliveira Filho
@jim @bill
I think the most import is a way to check if a given file is supported we can 
not relay on the file extension or mime-type since the contents of the file can 
be different, and there is several containers that support h264 videos.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mediaplayer-app in Ubuntu.
https://bugs.launchpad.net/bugs/1365497

Title:
  Inform user when a video format is not supported

Status in Media Hub:
  New
Status in Media Player App:
  Triaged
Status in “mediaplayer-app” package in Ubuntu:
  Confirmed

Bug description:
  When a video format is not supported the result is at best a black or green 
screen, a black video with audio, or worst case a crash.
  Instead of this the player shouldn't try playing the video and inform the 
user that the format is not supported.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: mediaplayer-app 0.20.5+14.10.20140820-0ubuntu1 [origin: Ubuntu RTM]
  Uname: Linux 3.4.67 armv7l
  ApportVersion: 2.14.7-0ubuntu1
  Architecture: armhf
  Date: Thu Sep  4 15:07:06 2014
  InstallationDate: Installed on 2014-09-04 (0 days ago)
  InstallationMedia: Ubuntu Utopic Unicorn (development branch) - armhf 
(20140904-030254)
  SourcePackage: mediaplayer-app
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/media-hub/+bug/1365497/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1365497] Re: Inform user when a video format is not supported

2014-09-11 Thread Jim Hodapp
@Renato: exactly. We must rely on GStreamer's URI decodebin to tell us
what codecs the streams actually are.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mediaplayer-app in Ubuntu.
https://bugs.launchpad.net/bugs/1365497

Title:
  Inform user when a video format is not supported

Status in Media Hub:
  New
Status in Media Player App:
  Triaged
Status in “mediaplayer-app” package in Ubuntu:
  Confirmed

Bug description:
  When a video format is not supported the result is at best a black or green 
screen, a black video with audio, or worst case a crash.
  Instead of this the player shouldn't try playing the video and inform the 
user that the format is not supported.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: mediaplayer-app 0.20.5+14.10.20140820-0ubuntu1 [origin: Ubuntu RTM]
  Uname: Linux 3.4.67 armv7l
  ApportVersion: 2.14.7-0ubuntu1
  Architecture: armhf
  Date: Thu Sep  4 15:07:06 2014
  InstallationDate: Installed on 2014-09-04 (0 days ago)
  InstallationMedia: Ubuntu Utopic Unicorn (development branch) - armhf 
(20140904-030254)
  SourcePackage: mediaplayer-app
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/media-hub/+bug/1365497/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1365497] Re: Inform user when a video format is not supported

2014-09-11 Thread Renato Araujo Oliveira Filho
@Jim

Sorry I am not familiar with the new media-hub, but is the app using gstreamer 
directly to play videos?
I am trying to understand how the app can test if the video is supported or 
not? In my point of view we should try to play the video and receive a reply 
saying that the video format is not supported.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mediaplayer-app in Ubuntu.
https://bugs.launchpad.net/bugs/1365497

Title:
  Inform user when a video format is not supported

Status in Media Hub:
  New
Status in Media Player App:
  Triaged
Status in “mediaplayer-app” package in Ubuntu:
  Confirmed

Bug description:
  When a video format is not supported the result is at best a black or green 
screen, a black video with audio, or worst case a crash.
  Instead of this the player shouldn't try playing the video and inform the 
user that the format is not supported.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: mediaplayer-app 0.20.5+14.10.20140820-0ubuntu1 [origin: Ubuntu RTM]
  Uname: Linux 3.4.67 armv7l
  ApportVersion: 2.14.7-0ubuntu1
  Architecture: armhf
  Date: Thu Sep  4 15:07:06 2014
  InstallationDate: Installed on 2014-09-04 (0 days ago)
  InstallationMedia: Ubuntu Utopic Unicorn (development branch) - armhf 
(20140904-030254)
  SourcePackage: mediaplayer-app
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/media-hub/+bug/1365497/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1365497] Re: Inform user when a video format is not supported

2014-09-11 Thread Jim Hodapp
@Renato: no, the app uses media-hub and media-hub uses playbin from
GStreamer. For how it should work, see my comment #3 above.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mediaplayer-app in Ubuntu.
https://bugs.launchpad.net/bugs/1365497

Title:
  Inform user when a video format is not supported

Status in Media Hub:
  New
Status in Media Player App:
  Triaged
Status in “mediaplayer-app” package in Ubuntu:
  Confirmed

Bug description:
  When a video format is not supported the result is at best a black or green 
screen, a black video with audio, or worst case a crash.
  Instead of this the player shouldn't try playing the video and inform the 
user that the format is not supported.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: mediaplayer-app 0.20.5+14.10.20140820-0ubuntu1 [origin: Ubuntu RTM]
  Uname: Linux 3.4.67 armv7l
  ApportVersion: 2.14.7-0ubuntu1
  Architecture: armhf
  Date: Thu Sep  4 15:07:06 2014
  InstallationDate: Installed on 2014-09-04 (0 days ago)
  InstallationMedia: Ubuntu Utopic Unicorn (development branch) - armhf 
(20140904-030254)
  SourcePackage: mediaplayer-app
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/media-hub/+bug/1365497/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1365497] Re: Inform user when a video format is not supported

2014-09-15 Thread Renato Araujo Oliveira Filho
** Branch linked: lp:~renatofilho/mediaplayer-app/fix-1365497

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mediaplayer-app in Ubuntu.
https://bugs.launchpad.net/bugs/1365497

Title:
  Inform user when a video format is not supported

Status in Media Hub:
  New
Status in Media Player App:
  Triaged
Status in “mediaplayer-app” package in Ubuntu:
  Confirmed

Bug description:
  When a video format is not supported the result is at best a black or green 
screen, a black video with audio, or worst case a crash.
  Instead of this the player shouldn't try playing the video and inform the 
user that the format is not supported.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: mediaplayer-app 0.20.5+14.10.20140820-0ubuntu1 [origin: Ubuntu RTM]
  Uname: Linux 3.4.67 armv7l
  ApportVersion: 2.14.7-0ubuntu1
  Architecture: armhf
  Date: Thu Sep  4 15:07:06 2014
  InstallationDate: Installed on 2014-09-04 (0 days ago)
  InstallationMedia: Ubuntu Utopic Unicorn (development branch) - armhf 
(20140904-030254)
  SourcePackage: mediaplayer-app
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/media-hub/+bug/1365497/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1365497] Re: Inform user when a video format is not supported

2014-09-15 Thread Renato Araujo Oliveira Filho
I have implemented error handling on app level, is working fine on
Desktop but fails on device.

When I try to run a webm video I get this log:

 mediaplayer-app file:///home/phablet/Videos/Tears_of_Steel-Trailer.webm  
--desktop_file_hint=/usr/share/applications/mediaplayer-app.desktop 
unity::action::ActionManager::ActionManager(QObject*):
Could not determine application identifier. HUD will not work properly.
Provide your application identifier in $APP_ID environment variable.
UCUriHandler: Empty "APP_ID" environment variable, ignoring.
Initializing AalServicePlugin
Creating a new static Service instance
virtual int AalMediaPlayerControl::volume() const 

virtual QMediaPlayer::State AalMediaPlayerControl::state() const

virtual QMediaPlayer::MediaStatus AalMediaPlayerControl::mediaStatus()
const

virtual QMediaPlayer::MediaStatus AalMediaPlayerControl::mediaStatus()
const

virtual int AalMediaPlayerControl::volume() const

virtual void AalMediaPlayerControl::stop()

PlaybackStatusChanged signal arrived via the bus.
virtual void AalMediaPlayerControl::setMedia(const QMediaContent&, QIODevice*) 

virtual QMediaPlayer::MediaStatus AalMediaPlayerControl::mediaStatus()
const

virtual QMediaPlayer::MediaStatus AalMediaPlayerControl::mediaStatus()
const

virtual QMediaPlayer::MediaStatus AalMediaPlayerControl::mediaStatus()
const

Setting media to:   QUrl( 
"file:///home/phablet/Videos/Tears_of_Steel-Trailer.webm" ) 
void AalVideoRendererControl::setupSurface()
virtual bool AalMediaPlayerControl::isMuted() const 

virtual int AalMediaPlayerControl::volume() const

virtual bool AalMediaPlayerControl::isMuted() const

virtual int AalMediaPlayerControl::volume() const

virtual bool AalMediaPlayerControl::isMuted() const

virtual int AalMediaPlayerControl::volume() const

virtual void AalMediaPlayerControl::setMuted(bool)

virtual void AalMediaPlayerControl::setVolume(int)

virtual int AalMediaPlayerControl::volume() const

virtual void AalMediaPlayerControl::play()

virtual QMediaPlayer::MediaStatus AalMediaPlayerControl::mediaStatus()
const

virtual QMediaPlayer::MediaStatus AalMediaPlayerControl::mediaStatus()
const

UbuntuWindow - fullscreen geometry
virtual QSGVideoNode* ShaderVideoNodePlugin::createNode(const 
QVideoSurfaceFormat&)
void AalVideoRendererControl::onTextureCreated(unsigned int) : textureId:  1
Creating video sink
** Setting GLConsumer instance
UbuntuWindow::handleSurfaceFocusChange(focused=true)
void AalVideoRendererControl::onGLConsumerSet()
virtual void 
core::ubuntu::media::ServiceStub::pause_other_sessions(core::ubuntu::media::Player::PlayerKey)
Actually calling m_hubPlayerSession->play()
Failed to start playback:  org.freedesktop.DBus.Error.NoReply: Message did not 
receive a reply (timeout by message bus)
Failed to get current playback position:  
org.freedesktop.DBus.Error.ServiceUnknown: The name core.ubuntu.media.Service 
was not provided by any .service files
Failed to get current playback position:  
org.freedesktop.DBus.Error.ServiceUnknown: The name core.ubuntu.media.Service 
was not provided by any .service files

** (process:551): WARNING **: Unable to register app: 
GDBus.Error:org.freedesktop.DBus.Error.InvalidArgs: Invalid application ID
Failed to get current playback position:  
org.freedesktop.DBus.Error.UnknownMethod: Method "Get" with signature "ss" on 
interface "org.freedesktop.DBus.Properties" doesn't exist

Failed to get current playback position:
org.freedesktop.DBus.Error.UnknownMethod: Method "Get" with signature
"ss" on interface "org.freedesktop.DBus.Properties" doesn't exist

Failed to get current playback position:
org.freedesktop.DBus.Error.UnknownMethod: Method "Get" with signature
"ss" on interface "org.freedesktop.DBus.Properties" doesn't exist

Failed to get current playback position:
org.freedesktop.DBus.Error.UnknownMethod: Method "Get" with signature
"ss" on interface "org.freedesktop.DBus.Properties" doesn't exist

Failed to get current playback position:
org.freedesktop.DBus.Error.UnknownMethod: Method "Get" with signature
"ss" on interface "org.freedesktop.DBus.Properties" doesn't exist

Failed to get current playback position:
org.freedesktop.DBus.Error.UnknownMethod: Method "Get" with signature
"ss" on interface "org.freedesktop.DBus.Properties" doesn't exist

^C
phablet@ubuntu-phablet:~$

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mediaplayer-app in Ubuntu.
https://bugs.launchpad.net/bugs/1365497

Title:
  Inform user when a video format is not supported

Status in Media Hub:
  New
Status in Media Player App:
  Triaged
Status in “mediaplayer-app” package in Ubuntu:
  Confirmed

Bug description:
  When a video format is not supported the result is at best a black or green 
screen, a black video with audio, or worst case a crash.
  Instead of this the player shouldn't try playing the video and inform the 
user that the format is not supported.

  ProblemType:

[Touch-packages] [Bug 1365497] Re: Inform user when a video format is not supported

2014-09-16 Thread Jean-Baptiste Lallement
** Tags added: multimedia

** Tags removed: qa-daily-testing
** Tags added: qa-manual-testing

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mediaplayer-app in Ubuntu.
https://bugs.launchpad.net/bugs/1365497

Title:
  Inform user when a video format is not supported

Status in Media Hub:
  New
Status in Media Player App:
  Triaged
Status in “mediaplayer-app” package in Ubuntu:
  Confirmed

Bug description:
  When a video format is not supported the result is at best a black or green 
screen, a black video with audio, or worst case a crash.
  Instead of this the player shouldn't try playing the video and inform the 
user that the format is not supported.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: mediaplayer-app 0.20.5+14.10.20140820-0ubuntu1 [origin: Ubuntu RTM]
  Uname: Linux 3.4.67 armv7l
  ApportVersion: 2.14.7-0ubuntu1
  Architecture: armhf
  Date: Thu Sep  4 15:07:06 2014
  InstallationDate: Installed on 2014-09-04 (0 days ago)
  InstallationMedia: Ubuntu Utopic Unicorn (development branch) - armhf 
(20140904-030254)
  SourcePackage: mediaplayer-app
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/media-hub/+bug/1365497/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1365497] Re: Inform user when a video format is not supported

2014-09-16 Thread Jean-Baptiste Lallement
** Tags removed: qa-manual-testing
** Tags added: qa-daily-testing

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mediaplayer-app in Ubuntu.
https://bugs.launchpad.net/bugs/1365497

Title:
  Inform user when a video format is not supported

Status in Media Hub:
  New
Status in Media Player App:
  Triaged
Status in “mediaplayer-app” package in Ubuntu:
  Confirmed

Bug description:
  When a video format is not supported the result is at best a black or green 
screen, a black video with audio, or worst case a crash.
  Instead of this the player shouldn't try playing the video and inform the 
user that the format is not supported.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: mediaplayer-app 0.20.5+14.10.20140820-0ubuntu1 [origin: Ubuntu RTM]
  Uname: Linux 3.4.67 armv7l
  ApportVersion: 2.14.7-0ubuntu1
  Architecture: armhf
  Date: Thu Sep  4 15:07:06 2014
  InstallationDate: Installed on 2014-09-04 (0 days ago)
  InstallationMedia: Ubuntu Utopic Unicorn (development branch) - armhf 
(20140904-030254)
  SourcePackage: mediaplayer-app
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/media-hub/+bug/1365497/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1365497] Re: Inform user when a video format is not supported

2014-09-16 Thread Renato Araujo Oliveira Filho
** Changed in: mediaplayer-app
   Status: Triaged => In Progress

** Changed in: mediaplayer-app (Ubuntu)
   Status: Confirmed => In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mediaplayer-app in Ubuntu.
https://bugs.launchpad.net/bugs/1365497

Title:
  Inform user when a video format is not supported

Status in Media Hub:
  New
Status in Media Player App:
  In Progress
Status in “mediaplayer-app” package in Ubuntu:
  In Progress

Bug description:
  When a video format is not supported the result is at best a black or green 
screen, a black video with audio, or worst case a crash.
  Instead of this the player shouldn't try playing the video and inform the 
user that the format is not supported.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: mediaplayer-app 0.20.5+14.10.20140820-0ubuntu1 [origin: Ubuntu RTM]
  Uname: Linux 3.4.67 armv7l
  ApportVersion: 2.14.7-0ubuntu1
  Architecture: armhf
  Date: Thu Sep  4 15:07:06 2014
  InstallationDate: Installed on 2014-09-04 (0 days ago)
  InstallationMedia: Ubuntu Utopic Unicorn (development branch) - armhf 
(20140904-030254)
  SourcePackage: mediaplayer-app
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/media-hub/+bug/1365497/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1365497] Re: Inform user when a video format is not supported

2014-09-16 Thread Renato Araujo Oliveira Filho
@Jim

Looks like media-hub is crashing and not reporting the correct error to
the app. If you want I can send you the file that I am using to test.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mediaplayer-app in Ubuntu.
https://bugs.launchpad.net/bugs/1365497

Title:
  Inform user when a video format is not supported

Status in Media Hub:
  New
Status in Media Player App:
  In Progress
Status in “mediaplayer-app” package in Ubuntu:
  In Progress

Bug description:
  When a video format is not supported the result is at best a black or green 
screen, a black video with audio, or worst case a crash.
  Instead of this the player shouldn't try playing the video and inform the 
user that the format is not supported.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: mediaplayer-app 0.20.5+14.10.20140820-0ubuntu1 [origin: Ubuntu RTM]
  Uname: Linux 3.4.67 armv7l
  ApportVersion: 2.14.7-0ubuntu1
  Architecture: armhf
  Date: Thu Sep  4 15:07:06 2014
  InstallationDate: Installed on 2014-09-04 (0 days ago)
  InstallationMedia: Ubuntu Utopic Unicorn (development branch) - armhf 
(20140904-030254)
  SourcePackage: mediaplayer-app
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/media-hub/+bug/1365497/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1365497] Re: Inform user when a video format is not supported

2014-09-17 Thread Jim Hodapp
@Renato: yeah media-hub will have completely undefined behavior for
unsupported formats right now as there is nothing in place to gracefully
handle them and report an error. I'm not quite sure what you were
expecting?

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mediaplayer-app in Ubuntu.
https://bugs.launchpad.net/bugs/1365497

Title:
  Inform user when a video format is not supported

Status in Media Hub:
  New
Status in Media Player App:
  In Progress
Status in “mediaplayer-app” package in Ubuntu:
  In Progress

Bug description:
  When a video format is not supported the result is at best a black or green 
screen, a black video with audio, or worst case a crash.
  Instead of this the player shouldn't try playing the video and inform the 
user that the format is not supported.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: mediaplayer-app 0.20.5+14.10.20140820-0ubuntu1 [origin: Ubuntu RTM]
  Uname: Linux 3.4.67 armv7l
  ApportVersion: 2.14.7-0ubuntu1
  Architecture: armhf
  Date: Thu Sep  4 15:07:06 2014
  InstallationDate: Installed on 2014-09-04 (0 days ago)
  InstallationMedia: Ubuntu Utopic Unicorn (development branch) - armhf 
(20140904-030254)
  SourcePackage: mediaplayer-app
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/media-hub/+bug/1365497/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1365497] Re: Inform user when a video format is not supported

2014-09-17 Thread Renato Araujo Oliveira Filho
@Jim
Well I am expecting that the QMediaPlayer object reports back an Error using 
the signal "error"[1]; 

This is how the application can detect if there is an error or not.
Works very well on desktop with gstreamer (I tested it).

There is a enum[2] used to identify which error was. And one of the enum
values is "QMediaPlayer::FormatError" which is used to notify the
application that this format is not supported.


[1] http://qt-project.org/doc/qt-5/qmediaplayer.html#error-2
[2[ http://qt-project.org/doc/qt-5/qmediaplayer.html#Error-enum

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mediaplayer-app in Ubuntu.
https://bugs.launchpad.net/bugs/1365497

Title:
  Inform user when a video format is not supported

Status in Media Hub:
  New
Status in Media Player App:
  In Progress
Status in “mediaplayer-app” package in Ubuntu:
  In Progress

Bug description:
  When a video format is not supported the result is at best a black or green 
screen, a black video with audio, or worst case a crash.
  Instead of this the player shouldn't try playing the video and inform the 
user that the format is not supported.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: mediaplayer-app 0.20.5+14.10.20140820-0ubuntu1 [origin: Ubuntu RTM]
  Uname: Linux 3.4.67 armv7l
  ApportVersion: 2.14.7-0ubuntu1
  Architecture: armhf
  Date: Thu Sep  4 15:07:06 2014
  InstallationDate: Installed on 2014-09-04 (0 days ago)
  InstallationMedia: Ubuntu Utopic Unicorn (development branch) - armhf 
(20140904-030254)
  SourcePackage: mediaplayer-app
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/media-hub/+bug/1365497/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1365497] Re: Inform user when a video format is not supported

2014-09-17 Thread Jim Hodapp
@Renato: Thanks for the links, that'll be useful for a proper
implementation. However, as I noted above, there is nothing underneath
in the backend that will properly raise the error signal. In the
meantime, I think we could do a simple implementation in qtubuntu-media
based on the file extension that raises an error or not depending on if
we support that container (and assumed common codec type(s)) in the
container. After I finish up the video freeze/framerate bug and fix the
video recording orientation bugs, I can assess working out a time table
for a proper solution for this bug.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mediaplayer-app in Ubuntu.
https://bugs.launchpad.net/bugs/1365497

Title:
  Inform user when a video format is not supported

Status in Media Hub:
  New
Status in Media Player App:
  In Progress
Status in “mediaplayer-app” package in Ubuntu:
  In Progress

Bug description:
  When a video format is not supported the result is at best a black or green 
screen, a black video with audio, or worst case a crash.
  Instead of this the player shouldn't try playing the video and inform the 
user that the format is not supported.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: mediaplayer-app 0.20.5+14.10.20140820-0ubuntu1 [origin: Ubuntu RTM]
  Uname: Linux 3.4.67 armv7l
  ApportVersion: 2.14.7-0ubuntu1
  Architecture: armhf
  Date: Thu Sep  4 15:07:06 2014
  InstallationDate: Installed on 2014-09-04 (0 days ago)
  InstallationMedia: Ubuntu Utopic Unicorn (development branch) - armhf 
(20140904-030254)
  SourcePackage: mediaplayer-app
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/media-hub/+bug/1365497/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1365497] Re: Inform user when a video format is not supported

2014-09-17 Thread Bill Filler
@Jim
it would be good to do the check at a low level like you suggest, either 
qtubuntu-media or media-hub as many different apps could request playing media 
of unsupported types, so checking that at the service level makes sense. Would 
be good for media-hub to not crash either but I guess that would be less 
important if we can ensure that it will never try to play anything it cant' 
handle.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mediaplayer-app in Ubuntu.
https://bugs.launchpad.net/bugs/1365497

Title:
  Inform user when a video format is not supported

Status in Media Hub:
  New
Status in Media Player App:
  In Progress
Status in “mediaplayer-app” package in Ubuntu:
  In Progress

Bug description:
  When a video format is not supported the result is at best a black or green 
screen, a black video with audio, or worst case a crash.
  Instead of this the player shouldn't try playing the video and inform the 
user that the format is not supported.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: mediaplayer-app 0.20.5+14.10.20140820-0ubuntu1 [origin: Ubuntu RTM]
  Uname: Linux 3.4.67 armv7l
  ApportVersion: 2.14.7-0ubuntu1
  Architecture: armhf
  Date: Thu Sep  4 15:07:06 2014
  InstallationDate: Installed on 2014-09-04 (0 days ago)
  InstallationMedia: Ubuntu Utopic Unicorn (development branch) - armhf 
(20140904-030254)
  SourcePackage: mediaplayer-app
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/media-hub/+bug/1365497/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1365497] Re: Inform user when a video format is not supported

2014-09-17 Thread Jim Hodapp
@Bill: yes I agree and there is a proper solution to this, I was just
trying to give you and Renato an idea of what could be a stop-gap
measure until I get the higher priority bugs out of the way. So my
question is, do you need/want a temporary solution or can you wait until
I tackle the other two large bugs knowing that it could be a couple of
weeks before I get to the proper solution?

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mediaplayer-app in Ubuntu.
https://bugs.launchpad.net/bugs/1365497

Title:
  Inform user when a video format is not supported

Status in Media Hub:
  New
Status in Media Player App:
  In Progress
Status in “mediaplayer-app” package in Ubuntu:
  In Progress

Bug description:
  When a video format is not supported the result is at best a black or green 
screen, a black video with audio, or worst case a crash.
  Instead of this the player shouldn't try playing the video and inform the 
user that the format is not supported.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: mediaplayer-app 0.20.5+14.10.20140820-0ubuntu1 [origin: Ubuntu RTM]
  Uname: Linux 3.4.67 armv7l
  ApportVersion: 2.14.7-0ubuntu1
  Architecture: armhf
  Date: Thu Sep  4 15:07:06 2014
  InstallationDate: Installed on 2014-09-04 (0 days ago)
  InstallationMedia: Ubuntu Utopic Unicorn (development branch) - armhf 
(20140904-030254)
  SourcePackage: mediaplayer-app
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/media-hub/+bug/1365497/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1365497] Re: Inform user when a video format is not supported

2015-01-13 Thread Jim Hodapp
** Changed in: media-hub
   Status: Triaged => In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mediaplayer-app in Ubuntu.
https://bugs.launchpad.net/bugs/1365497

Title:
  Inform user when a video format is not supported

Status in Media Hub:
  In Progress
Status in Media Player App:
  Fix Released
Status in mediaplayer-app package in Ubuntu:
  Fix Released
Status in mediaplayer-app package in Ubuntu RTM:
  Fix Released

Bug description:
  When a video format is not supported the result is at best a black or green 
screen, a black video with audio, or worst case a crash.
  Instead of this the player shouldn't try playing the video and inform the 
user that the format is not supported.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: mediaplayer-app 0.20.5+14.10.20140820-0ubuntu1 [origin: Ubuntu RTM]
  Uname: Linux 3.4.67 armv7l
  ApportVersion: 2.14.7-0ubuntu1
  Architecture: armhf
  Date: Thu Sep  4 15:07:06 2014
  InstallationDate: Installed on 2014-09-04 (0 days ago)
  InstallationMedia: Ubuntu Utopic Unicorn (development branch) - armhf 
(20140904-030254)
  SourcePackage: mediaplayer-app
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/media-hub/+bug/1365497/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1365497] Re: Inform user when a video format is not supported

2015-01-26 Thread Jim Hodapp
** Changed in: media-hub
   Status: In Progress => Fix Released

** Also affects: media-hub (Ubuntu RTM)
   Importance: Undecided
   Status: New

** Changed in: media-hub (Ubuntu RTM)
   Status: New => Fix Committed

** Changed in: media-hub (Ubuntu RTM)
 Assignee: (unassigned) => Jim Hodapp (jhodapp)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mediaplayer-app in Ubuntu.
https://bugs.launchpad.net/bugs/1365497

Title:
  Inform user when a video format is not supported

Status in Media Player App:
  Fix Released
Status in media-hub package in Ubuntu:
  Fix Released
Status in mediaplayer-app package in Ubuntu:
  Fix Released
Status in media-hub package in Ubuntu RTM:
  Fix Committed
Status in mediaplayer-app package in Ubuntu RTM:
  Fix Released

Bug description:
  When a video format is not supported the result is at best a black or green 
screen, a black video with audio, or worst case a crash.
  Instead of this the player shouldn't try playing the video and inform the 
user that the format is not supported.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: mediaplayer-app 0.20.5+14.10.20140820-0ubuntu1 [origin: Ubuntu RTM]
  Uname: Linux 3.4.67 armv7l
  ApportVersion: 2.14.7-0ubuntu1
  Architecture: armhf
  Date: Thu Sep  4 15:07:06 2014
  InstallationDate: Installed on 2014-09-04 (0 days ago)
  InstallationMedia: Ubuntu Utopic Unicorn (development branch) - armhf 
(20140904-030254)
  SourcePackage: mediaplayer-app
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/mediaplayer-app/+bug/1365497/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1365497] Re: Inform user when a video format is not supported

2015-01-26 Thread Ricardo Salveti
** Project changed: media-hub => ubuntu

** Package changed: ubuntu => media-hub (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mediaplayer-app in Ubuntu.
https://bugs.launchpad.net/bugs/1365497

Title:
  Inform user when a video format is not supported

Status in Media Player App:
  Fix Released
Status in media-hub package in Ubuntu:
  Fix Released
Status in mediaplayer-app package in Ubuntu:
  Fix Released
Status in media-hub package in Ubuntu RTM:
  Fix Committed
Status in mediaplayer-app package in Ubuntu RTM:
  Fix Released

Bug description:
  When a video format is not supported the result is at best a black or green 
screen, a black video with audio, or worst case a crash.
  Instead of this the player shouldn't try playing the video and inform the 
user that the format is not supported.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: mediaplayer-app 0.20.5+14.10.20140820-0ubuntu1 [origin: Ubuntu RTM]
  Uname: Linux 3.4.67 armv7l
  ApportVersion: 2.14.7-0ubuntu1
  Architecture: armhf
  Date: Thu Sep  4 15:07:06 2014
  InstallationDate: Installed on 2014-09-04 (0 days ago)
  InstallationMedia: Ubuntu Utopic Unicorn (development branch) - armhf 
(20140904-030254)
  SourcePackage: mediaplayer-app
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/mediaplayer-app/+bug/1365497/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1365497] Re: Inform user when a video format is not supported

2015-02-03 Thread Pat McGowan
we were tracking the dupe

** Also affects: canonical-devices-system-image
   Importance: Undecided
   Status: New

** Changed in: canonical-devices-system-image
   Importance: Undecided => High

** Changed in: canonical-devices-system-image
   Status: New => Fix Released

** Changed in: canonical-devices-system-image
Milestone: None => ww07-2015

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mediaplayer-app in Ubuntu.
https://bugs.launchpad.net/bugs/1365497

Title:
  Inform user when a video format is not supported

Status in the base for Ubuntu mobile products:
  Fix Released
Status in Media Player App:
  Fix Released
Status in media-hub package in Ubuntu:
  Fix Released
Status in mediaplayer-app package in Ubuntu:
  Fix Released
Status in media-hub package in Ubuntu RTM:
  Fix Committed
Status in mediaplayer-app package in Ubuntu RTM:
  Fix Released

Bug description:
  When a video format is not supported the result is at best a black or green 
screen, a black video with audio, or worst case a crash.
  Instead of this the player shouldn't try playing the video and inform the 
user that the format is not supported.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: mediaplayer-app 0.20.5+14.10.20140820-0ubuntu1 [origin: Ubuntu RTM]
  Uname: Linux 3.4.67 armv7l
  ApportVersion: 2.14.7-0ubuntu1
  Architecture: armhf
  Date: Thu Sep  4 15:07:06 2014
  InstallationDate: Installed on 2014-09-04 (0 days ago)
  InstallationMedia: Ubuntu Utopic Unicorn (development branch) - armhf 
(20140904-030254)
  SourcePackage: mediaplayer-app
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1365497/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1365497] Re: Inform user when a video format is not supported

2014-09-25 Thread Jim Hodapp
** Changed in: media-hub
   Status: New => Triaged

** Tags removed: rtm14 touch-2014-09-25
** Tags added: ota-1 touch-2014-10-23

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mediaplayer-app in Ubuntu.
https://bugs.launchpad.net/bugs/1365497

Title:
  Inform user when a video format is not supported

Status in Media Hub:
  Triaged
Status in Media Player App:
  In Progress
Status in “mediaplayer-app” package in Ubuntu:
  In Progress

Bug description:
  When a video format is not supported the result is at best a black or green 
screen, a black video with audio, or worst case a crash.
  Instead of this the player shouldn't try playing the video and inform the 
user that the format is not supported.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: mediaplayer-app 0.20.5+14.10.20140820-0ubuntu1 [origin: Ubuntu RTM]
  Uname: Linux 3.4.67 armv7l
  ApportVersion: 2.14.7-0ubuntu1
  Architecture: armhf
  Date: Thu Sep  4 15:07:06 2014
  InstallationDate: Installed on 2014-09-04 (0 days ago)
  InstallationMedia: Ubuntu Utopic Unicorn (development branch) - armhf 
(20140904-030254)
  SourcePackage: mediaplayer-app
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/media-hub/+bug/1365497/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1365497] Re: Inform user when a video format is not supported

2014-10-02 Thread Launchpad Bug Tracker
This bug was fixed in the package mediaplayer-app -
0.20.5+14.10.20141002-0ubuntu1

---
mediaplayer-app (0.20.5+14.10.20141002-0ubuntu1) 14.09; urgency=low

  [ Akiva Avraham ]
  * upgrade: import Ubuntu.Components 1.1 import Ubuntu.Components.
1.0 except: import Ubuntu.Components.Extras 0.1 // stayed the same
because I could not find 1.0 in use in any other projects after a
google search

  [ Alan Pope ]
  * Fix text.

  [ Ubuntu daily release ]
  * New rebuild forced

  [ Leo Arias ]
  * Skip the seekbar tests on the devices that do not have space for it.
(LP: #1359040)

  [ Pawel Stolowski ]
  * Added X-Ubuntu-Default-Department-ID key to the desktop file. This
is required by click scope to support departments for preinstalled
applications.

  [ Renato Araujo Oliveira Filho ]
  * Added comments for TRANSLATORS.
  * Show a proper message if the video format is not supported. (LP:
#1365497)
  * Fixed images copyright. (LP: #1194916)
  * Update application icon. Avoid using themed icons for application
icon. Added symbolic icon. (LP: #1365408)

mediaplayer-app (0.20.5+14.10.20140918-0ubuntu1) utopic; urgency=medium

  [ Ted Gould ]
  * Register for video:/// URLs in URL dispatcher
 -- Ubuntu daily releaseThu, 02 Oct 2014 
19:12:00 +

** Changed in: mediaplayer-app (Ubuntu RTM)
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mediaplayer-app in Ubuntu.
https://bugs.launchpad.net/bugs/1365497

Title:
  Inform user when a video format is not supported

Status in Media Hub:
  Triaged
Status in Media Player App:
  In Progress
Status in “mediaplayer-app” package in Ubuntu:
  In Progress
Status in “mediaplayer-app” package in Ubuntu RTM:
  Fix Released

Bug description:
  When a video format is not supported the result is at best a black or green 
screen, a black video with audio, or worst case a crash.
  Instead of this the player shouldn't try playing the video and inform the 
user that the format is not supported.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: mediaplayer-app 0.20.5+14.10.20140820-0ubuntu1 [origin: Ubuntu RTM]
  Uname: Linux 3.4.67 armv7l
  ApportVersion: 2.14.7-0ubuntu1
  Architecture: armhf
  Date: Thu Sep  4 15:07:06 2014
  InstallationDate: Installed on 2014-09-04 (0 days ago)
  InstallationMedia: Ubuntu Utopic Unicorn (development branch) - armhf 
(20140904-030254)
  SourcePackage: mediaplayer-app
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/media-hub/+bug/1365497/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1365497] Re: Inform user when a video format is not supported

2014-10-03 Thread Renato Araujo Oliveira Filho
** Changed in: mediaplayer-app
   Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mediaplayer-app in Ubuntu.
https://bugs.launchpad.net/bugs/1365497

Title:
  Inform user when a video format is not supported

Status in Media Hub:
  Triaged
Status in Media Player App:
  Fix Released
Status in “mediaplayer-app” package in Ubuntu:
  In Progress
Status in “mediaplayer-app” package in Ubuntu RTM:
  Fix Released

Bug description:
  When a video format is not supported the result is at best a black or green 
screen, a black video with audio, or worst case a crash.
  Instead of this the player shouldn't try playing the video and inform the 
user that the format is not supported.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: mediaplayer-app 0.20.5+14.10.20140820-0ubuntu1 [origin: Ubuntu RTM]
  Uname: Linux 3.4.67 armv7l
  ApportVersion: 2.14.7-0ubuntu1
  Architecture: armhf
  Date: Thu Sep  4 15:07:06 2014
  InstallationDate: Installed on 2014-09-04 (0 days ago)
  InstallationMedia: Ubuntu Utopic Unicorn (development branch) - armhf 
(20140904-030254)
  SourcePackage: mediaplayer-app
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/media-hub/+bug/1365497/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1365497] Re: Inform user when a video format is not supported

2014-10-03 Thread Jim Hodapp
** Changed in: mediaplayer-app (Ubuntu)
   Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mediaplayer-app in Ubuntu.
https://bugs.launchpad.net/bugs/1365497

Title:
  Inform user when a video format is not supported

Status in Media Hub:
  Triaged
Status in Media Player App:
  Fix Released
Status in “mediaplayer-app” package in Ubuntu:
  Fix Released
Status in “mediaplayer-app” package in Ubuntu RTM:
  Fix Released

Bug description:
  When a video format is not supported the result is at best a black or green 
screen, a black video with audio, or worst case a crash.
  Instead of this the player shouldn't try playing the video and inform the 
user that the format is not supported.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: mediaplayer-app 0.20.5+14.10.20140820-0ubuntu1 [origin: Ubuntu RTM]
  Uname: Linux 3.4.67 armv7l
  ApportVersion: 2.14.7-0ubuntu1
  Architecture: armhf
  Date: Thu Sep  4 15:07:06 2014
  InstallationDate: Installed on 2014-09-04 (0 days ago)
  InstallationMedia: Ubuntu Utopic Unicorn (development branch) - armhf 
(20140904-030254)
  SourcePackage: mediaplayer-app
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/media-hub/+bug/1365497/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp