Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix file permissions of some files | Tim-Philipp Müller | 2015-08-28 | 1 | -0/+0 |
| | |||||
* | configure.ac: fix build when the uvch264 plugin is not selected | Arnaud Vrac | 2015-08-19 | 1 | -3/+1 |
| | | | | | | | | | | Instead of checking for the gstreamer-video-1.0 package is installed, just assume it is since we already check for the -base dependency. With this replace the GST_VIDEO_* variables in makefiles and directly link with libgstvideo. https://bugzilla.gnome.org/show_bug.cgi?id=753820 | ||||
* | uvch264src: fix small leak in caps query handler | Tim-Philipp Müller | 2015-06-22 | 1 | -4/+8 |
| | | | | gst_query_set_caps_result() does not take ownership of the caps. | ||||
* | uvch264_src: add missing break in caps query handler | Vineeth TM | 2015-06-22 | 1 | -0/+1 |
| | | | | | | | | There is a missing break statement in switch, which will result in executing default case as well resulting in wrong behavior https://bugzilla.gnome.org/show_bug.cgi?id=751305 | ||||
* | uvch264src: fix compiler warnings | Chris Clayton | 2015-06-09 | 1 | -15/+18 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=750601 | ||||
* | Add some missing G_END_DECLS | Tim-Philipp Müller | 2014-10-28 | 1 | -0/+2 |
| | |||||
* | Fix up one-element lists in template caps | Tim-Philipp Müller | 2014-09-10 | 1 | -1/+1 |
| | |||||
* | uvch264src: Free property strings when disposing the instance | Sebastian Dröge | 2014-06-29 | 1 | -0/+6 |
| | |||||
* | uvch264src: Fix compiler warning when compiling with G_DISABLE_ASSERT | Sebastian Dröge | 2014-06-29 | 1 | -0/+2 |
| | |||||
* | uvch264src: Fix unitialized variable compiler warnings | Sebastian Dröge | 2014-02-08 | 1 | -51/+87 |
| | |||||
* | uvch264src: Fix small mem leak | Olivier Crête | 2013-09-09 | 1 | -0/+2 |
| | |||||
* | uvch264src: Let the caps be NULL if there is no peer | Olivier Crête | 2013-09-05 | 1 | -2/+4 |
| | |||||
* | uvch264src: No need to drop segment events | Olivier Crête | 2013-09-05 | 1 | -21/+2 |
| | | | | | In 1.0, segment events are sticky and not additive, no need to prevent their accumulation. | ||||
* | uvch264src: don't error out on incomplete aux data segment | Robert Krakora | 2013-08-20 | 1 | -4/+5 |
| | | | | | | | | | | | | | | | It appears that the Logitech C920 sometimes drops the next to last segment of RAW aux data contained within the MJPEG container. H264 data that is multiplexed with in the same container does not appear to be affected. This appears to be a bug in the Logitech C920 firmware and uvch264src should not error out in this case. Sometimes it can take 24 hours of continuous streaming for the problem to occur, but sometimes it takes only a couple of hours. https://bugzilla.gnome.org/show_bug.cgi?id=706276 | ||||
* | uvch264mjpgdemux: fix event ordering | Tim-Philipp Müller | 2013-08-10 | 1 | -6/+15 |
| | |||||
* | uvch264_mjpgdemux: Remove duplicated variables | Olivier Crête | 2013-07-28 | 1 | -18/+13 |
| | |||||
* | uvch264_mjpgdemux: Don't unmap/unref buffer if it's pushed out as-is | Olivier Crête | 2013-07-28 | 1 | -4/+4 |
| | |||||
* | uvcv4l2_mjpegdemux: Unmap buffer | Robert Krakora | 2013-07-28 | 1 | -0/+2 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=699517 | ||||
* | uvch264: printf format fix | Anton Belka | 2013-04-15 | 1 | -1/+2 |
| | | | | gstuvch264_mjpgdemux.c:437:5: error: format '%lu' expects argument of type 'long unsigned int', but argument 8 has type 'GstClockTime' | ||||
* | gst: Add better support for static plugins | Sebastian Dröge | 2013-04-15 | 1 | -1/+1 |
| | |||||
* | uvch264: Remove custom renegotiate event | Sjoerd Simons | 2013-02-11 | 1 | -11/+0 |
| | |||||
* | uvch264: Add image/jpg to vfsrc and vidsrc caps | Sjoerd Simons | 2013-02-11 | 1 | -2/+9 |
| | |||||
* | uvch264: Fix NV21 vs NV12 typo | Sjoerd Simons | 2013-02-11 | 1 | -1/+1 |
| | |||||
* | uvch264: Pass through the filter on the caps query | Sjoerd Simons | 2013-02-11 | 1 | -2/+8 |
| | |||||
* | uvch264: Remove the _ from the element names | Sjoerd Simons | 2013-02-11 | 3 | -8/+8 |
| | | | | | Rename uvch264_src to uvch264src and uvch264_mjpgdemux to uvch264mjpgdemux | ||||
* | uvch264src: Port to gstreamer 1.0 | Sjoerd Simons | 2013-02-11 | 4 | -274/+237 |
| | |||||
* | uvch264: Define LIBUSB_CLASS_VIDEO if using an old version of libusb | Youness Alaoui | 2013-01-16 | 1 | -0/+3 |
| | |||||
* | uvch264: Prevent temporary elements from going to playing | Olivier Crête | 2013-01-16 | 1 | -2/+13 |
| | |||||
* | uvch264: do not double-unref if transform_caps fails | Youness Alaoui | 2013-01-16 | 1 | -3/+11 |
| | |||||
* | uvch264: Add a fakesink to the transform_caps | Youness Alaoui | 2013-01-16 | 1 | -1/+15 |
| | | | | | | | Some version of basetransform will return the template caps if the src pad is not linked, so the capsfilter will return ANY. Linking it to fakesink allows us to return the right caps in the capsfilter and have them transformed by the colorspace converter. | ||||
* | Fix FSF address | Tim-Philipp Müller | 2012-11-04 | 6 | -12/+12 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=687520 | ||||
* | Use gst_element_class_set_static_metadata() | Tim-Philipp Müller | 2012-10-17 | 2 | -2/+2 |
| | | | | | where possible. Avoids some string copies. Also re-indent some stuff. Also some indent fixes here and there. | ||||
* | replace gst_element_class_set_details_simple with gst_element_class_set_metadata | Mark Nauwelaerts | 2012-09-14 | 2 | -2/+2 |
| | |||||
* | ffmpegcolorspace is no more | Wim Taymans | 2012-09-14 | 1 | -1/+1 |
| | |||||
* | uvch264: Make gudev/libusb a hard dependency and remove XU_FIND_UNIT ioctl ↵ | Youness Alaoui | 2012-09-11 | 2 | -117/+77 |
| | | | | | | | support Conflicts: sys/uvch264/gstuvch264_src.c | ||||
* | uvch264src: Use generic marshaller | Olivier Crête | 2012-09-10 | 3 | -23/+3 |
| | |||||
* | UVC H264 plugin | Youness Alaoui | 2012-09-10 | 9 | -0/+4693 |