[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 Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1365497 Title: Inform user when a video format is not supported To m

[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: ca

[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 Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1365497 Title: Inform user when a video format is not supporte

[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) => J

[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 Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1365497 Title: Inform user when a video format is not supported To manage notifications

[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 Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1365497 Title: Inform user when a video format is not supported To m

[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 Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1365497 Title: Inform user when a video format is not supported To manage not

[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.Componen

[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 Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1365497 Title: Inf

[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

[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 w

[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 t

[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 t

[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 Bugs,

[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 Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1365497

[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 Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/13654

[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 Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1365497 Title: Inform user when a video format is not supported To manage notificati

[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 Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1365497 Title: Inform user when a video format is not supp

[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::act

[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 Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1365497 Title: Inform user when a video format is not supported To manage notifications a

[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 Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1365497 Title: Inform us

[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 n

[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 Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1365497 Title: Inform user when a video for

[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

[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 h26

[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 Imp

[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