Re: [Spice-devel] [spice-gtk v1] display-gst: Improve h264 elements filtering

2017-07-31 Thread Victor Toso
Hi, On Fri, Jul 28, 2017 at 09:25:23AM -0700, Marc-André Lureau wrote: > On Thu, Jul 13, 2017 at 5:33 AM, Victor Toso wrote: > > From: Victor Toso > > > > This patch fixes the avdec_h264 element not being present on > > gstvideo_has_codec() which get

Re: [Spice-devel] [spice-gtk v1] display-gst: Improve h264 elements filtering

2017-07-28 Thread Marc-André Lureau
On Thu, Jul 13, 2017 at 5:33 AM, Victor Toso wrote: > From: Victor Toso > > This patch fixes the avdec_h264 element not being present on > gstvideo_has_codec() which get all decoder elements from GstRegistry > and filter them on our GstCaps in order to

Re: [Spice-devel] [spice-gtk v1] display-gst: Improve h264 elements filtering

2017-07-28 Thread Marc-André Lureau
Hi On Thu, Jul 13, 2017 at 2:51 PM Pavel Grunt wrote: > > On Thu, 2017-07-13 at 14:33 +0200, Victor Toso wrote: > > From: Victor Toso > > > > This patch fixes the avdec_h264 element not being present on > > gstvideo_has_codec() which get all decoder

Re: [Spice-devel] [spice-gtk v1] display-gst: Improve h264 elements filtering

2017-07-25 Thread Victor Toso
Hi, On Wed, Jul 19, 2017 at 11:34:14AM +0200, Victor Toso wrote: > Hi, > > On Thu, Jul 13, 2017 at 02:33:48PM +0200, Victor Toso wrote: > > From: Victor Toso > > > > This patch fixes the avdec_h264 element not being present on > > gstvideo_has_codec() which get all decoder

Re: [Spice-devel] [spice-gtk v1] display-gst: Improve h264 elements filtering

2017-07-19 Thread Victor Toso
Hi, On Thu, Jul 13, 2017 at 02:33:48PM +0200, Victor Toso wrote: > From: Victor Toso > > This patch fixes the avdec_h264 element not being present on > gstvideo_has_codec() which get all decoder elements from GstRegistry > and filter them on our GstCaps in order to get the

Re: [Spice-devel] [spice-gtk v1] display-gst: Improve h264 elements filtering

2017-07-13 Thread Victor Toso
Hi, On Thu, Jul 13, 2017 at 02:50:52PM +0200, Pavel Grunt wrote: > On Thu, 2017-07-13 at 14:33 +0200, Victor Toso wrote: > > From: Victor Toso > > > > This patch fixes the avdec_h264 element not being present on > > gstvideo_has_codec() which get all decoder elements from

Re: [Spice-devel] [spice-gtk v1] display-gst: Improve h264 elements filtering

2017-07-13 Thread Pavel Grunt
On Thu, 2017-07-13 at 14:33 +0200, Victor Toso wrote: > From: Victor Toso > > This patch fixes the avdec_h264 element not being present on > gstvideo_has_codec() which get all decoder elements from GstRegistry > and filter them on our GstCaps in order to get the ones for

[Spice-devel] [spice-gtk v1] display-gst: Improve h264 elements filtering

2017-07-13 Thread Victor Toso
From: Victor Toso This patch fixes the avdec_h264 element not being present on gstvideo_has_codec() which get all decoder elements from GstRegistry and filter them on our GstCaps in order to get the ones for given codec. The issue is around the filtering. The current