Re: [PATCH v2 3/3] libv4l-codecparsers: add GStreamer mpeg2 parser

2017-05-03 Thread Hugues FRUCHET
Thanks Nicolas, I will update configure.ac accordingly. BR, Hugues. On 05/01/2017 07:37 PM, Nicolas Dufresne wrote: > Le vendredi 28 avril 2017 à 17:02 +0200, Hugues Fruchet a écrit : >> Add the mpeg2 codecparser backend glue which will >> call the GStreamer parsing functions. >> >> Signed-off-by:

Re: [PATCH v2 3/3] libv4l-codecparsers: add GStreamer mpeg2 parser

2017-05-01 Thread Nicolas Dufresne
Le vendredi 28 avril 2017 à 17:02 +0200, Hugues Fruchet a écrit : > Add the mpeg2 codecparser backend glue which will > call the GStreamer parsing functions. > > Signed-off-by: Hugues Fruchet > --- >  configure.ac|  21 ++ >  lib/libv4l-codecparsers/Makefile.am 

[PATCH v2 3/3] libv4l-codecparsers: add GStreamer mpeg2 parser

2017-04-28 Thread Hugues Fruchet
Add the mpeg2 codecparser backend glue which will call the GStreamer parsing functions. Signed-off-by: Hugues Fruchet --- configure.ac| 21 ++ lib/libv4l-codecparsers/Makefile.am | 14 +- lib/libv4l-codecparsers/libv4l-cparsers-mpeg2.c | 375