Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bad: use new gst_element_class_add_static_pad_template() | Vineeth TM | 2016-03-24 | 1 | -2/+1 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=763081 | ||||
* | gst: Add better support for static plugins | Sebastian Dröge | 2013-04-15 | 1 | -1/+1 |
| | |||||
* | Fix FSF address | Tim-Philipp Müller | 2012-11-04 | 1 | -2/+2 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=687520 | ||||
* | Use gst_element_class_set_static_metadata() | Tim-Philipp Müller | 2012-10-17 | 1 | -1/+1 |
| | | | | | 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 | 1 | -1/+1 |
| | |||||
* | gst: Update for GST_PLUGIN_DEFINE() API changes | Sebastian Dröge | 2012-04-05 | 1 | -1/+1 |
| | |||||
* | gst: Update versioning | Sebastian Dröge | 2012-04-04 | 1 | -2/+2 |
| | |||||
* | GST_FLOW_WRONG_STATE -> GST_FLOW_FLUSHING | Wim Taymans | 2012-02-08 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into 0.11 | Sebastian Dröge | 2012-01-25 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | Conflicts: configure.ac ext/kate/gstkateenc.c gst/colorspace/colorspace.c gst/mpegvideoparse/mpegvideoparse.c | ||||
| * | avc: fix broken line continuation | David Schleef | 2012-01-22 | 1 | -1/+1 |
| | | |||||
| * | various: fix pad template ref leaks | Vincent Penquerc'h | 2011-11-28 | 1 | -2/+2 |
|/ | | | | https://bugzilla.gnome.org/show_bug.cgi?id=662664 | ||||
* | avc: avcsrc is always enabled | Quentin Smith | 2011-05-18 | 1 | -7/+0 |
| | |||||
* | avc: Include 200 bus cycles in each buffer (about 300 TS packets) | Quentin Smith | 2011-05-18 | 1 | -2/+2 |
| | |||||
* | avc: Emit a single buffer per callback | Quentin Smith | 2011-05-18 | 1 | -5/+13 |
| | |||||
* | avc: Track the number of enqueued and dequeued packets | Quentin Smith | 2011-05-18 | 2 | -1/+13 |
| | |||||
* | avc: Dump timestamp information | Quentin Smith | 2011-05-18 | 1 | -0/+3 |
| | |||||
* | avc: Save AVC objects in the GstAVCSrc object | Quentin Smith | 2011-05-18 | 2 | -21/+30 |
| | | | | and stop them when the pipeline is stopped | ||||
* | avc: Cycle and packet are unsigned | Quentin Smith | 2011-05-18 | 1 | -2/+2 |
| | |||||
* | avc: avcsrc is a live source | Quentin Smith | 2011-05-18 | 1 | -0/+1 |
| | |||||
* | avc: Look in AVCVideoServices for headers | Quentin Smith | 2011-05-18 | 1 | -0/+1 |
| | |||||
* | avc: Add AVC Video Services plugin for OS/X | David Schleef | 2011-05-18 | 4 | -0/+530 |