summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-06-23QGst: commit updated gen.cpp for QGst::AllocatorGeorge Kiagiadakis1-280/+296
2014-06-23QGst::AllocationParams: improve implementationGeorge Kiagiadakis3-27/+34
2014-06-23QGst: refactor Allocator and MemoryGeorge Kiagiadakis6-48/+60
2014-06-14QGst::Allocator: remove unnecessary methods provided by other mechanismsGeorge Kiagiadakis2-21/+1
2014-06-14QGst::Allocator: doxygenize comments and cleanup headersGeorge Kiagiadakis1-10/+14
2014-06-14Implement QGst::Allocator and a unit test for itDiane Trout9-4/+317
2014-05-03QGlib/wrap: refactor Q_ASSERT_X message construction so that it is all contai...George Kiagiadakis1-3/+3
2014-05-03QGst/sample: Fix const-ness of Sample methodsGeorge Kiagiadakis2-6/+6
2014-05-03QGst: Implement proper wrapper for GstSegment and use it in SegmentEvent and ...George Kiagiadakis12-127/+261
2014-05-03examples/voip: fix crash after starting a callGeorge Kiagiadakis1-2/+3
2014-05-03QGst/enums: Do not register StreamVolumeFormat with the type systemGeorge Kiagiadakis2-3/+1
2014-05-03QGst/miniobject: remove the GType association of MiniObjectGeorge Kiagiadakis2-14/+11
2014-05-03QGst/value: remove ValueVTable for MiniObject, since QGlib::Value already has...George Kiagiadakis1-16/+0
2014-05-03examples/voip: fix caps and element names for 1.0George Kiagiadakis1-6/+6
2014-05-03QGst::Caps: drop custom ref/unref/isWritable/makeWritable, since they are now...George Kiagiadakis2-44/+6
2014-05-03examples/appsink-src: fix caps and appsrc properties to make the example workGeorge Kiagiadakis1-3/+4
2014-05-03Update READMEGeorge Kiagiadakis1-3/+3
2014-05-03s/0.10/1.0/g in places where it was forgotten (qml modules, docs and qmake pr...George Kiagiadakis13-30/+30
2014-05-03QGst/buffer: use object<GstBuffer>() in map/unmap instead of creating a RefPo...George Kiagiadakis1-4/+2
2014-05-03QGst/memory: Wrap GstMapInfo properlyGeorge Kiagiadakis6-18/+60
2014-05-03qtvideosink: rework the way the buffer format is propagated from set_caps dow...George Kiagiadakis8-51/+39
2014-05-03qtglvideosinkbase: implement colorbalance_get_balance_typeGeorge Kiagiadakis2-1/+8
2014-05-03qtglvideosinkbase: set the local set_caps implementation in the vtable of Gst...George Kiagiadakis1-0/+1
2014-05-03qtvideosink/basedelegate: use the correct function to unref buffersGeorge Kiagiadakis1-1/+1
2014-05-03examples/qmlplayer2: allow setting a different video uri from the command lineGeorge Kiagiadakis1-1/+4
2014-05-03examples/qmlplayer2: rename playbin2 to playbinGeorge Kiagiadakis1-1/+1
2014-05-03qtquick2videosink: call delegate->setBufferFormat() in set_caps, like in qtvi...George Kiagiadakis1-2/+11
2014-05-03qt(quick2)videosinkdelegate: lock the bufferFormat mutex before accessing m_b...George Kiagiadakis2-0/+4
2014-05-03gstqt(gl)videosinkbase: verify caps on set_capsGeorge Kiagiadakis3-9/+16
2014-05-03gstqtvideosink/utils/bufferformat: remove BufferFormat::newTemplateCapsGeorge Kiagiadakis2-12/+0
2014-05-03gstqt(gl)videosinkbase: use the default get_caps implementationGeorge Kiagiadakis4-45/+0
2014-05-03gstqtquick2videosink: use a static pad templateGeorge Kiagiadakis1-21/+8
2014-05-03qtvideosink: fix template capsGeorge Kiagiadakis2-19/+9
2014-05-03elements/gstqtvideosink: Quick n dirty port of qtquick2videosink to 1.0George Kiagiadakis1-71/+47
2014-05-03elements/gstqtvideosink/painters/videomaterial: port to use gst_buffer_map to...George Kiagiadakis1-4/+6
2014-05-03elements/gstqtvideosink/bufferformat.cpp: remove 0.10-specific workaroundGeorge Kiagiadakis1-30/+1
2014-05-03elements/gstqtvideosink/bufferformat.cpp: fix coding style - no tabs pleaseGeorge Kiagiadakis1-4/+4
2014-05-03tests/auto/structuretest: make sharedStructureTest more readableGeorge Kiagiadakis1-2/+4
2014-05-03tests/auto/refpointertest: use gst_object_ref_sink everywhere neededGeorge Kiagiadakis1-3/+3
2014-05-03QGst/taglist: cleanup header includes and move sample.h include to the .c fileGeorge Kiagiadakis2-3/+1
2014-05-03QGst/sample: remove useless static_castsGeorge Kiagiadakis1-4/+1
2014-05-03QGst/sample: fix copy/paste typo in doxygen commentGeorge Kiagiadakis1-1/+1
2014-05-03QGst/sample: fix passing of the Structure argument in create()George Kiagiadakis1-1/+5
2014-05-03QGst/sample: fix the coding style of Sample::createGeorge Kiagiadakis2-3/+8
2014-05-03QGst::Pad: align the API for getting/setting Caps with the equivalent C APIGeorge Kiagiadakis5-26/+16
2014-05-03Revert "src/QGst/pad.cpp detect pad type and chose the right pad event sendin...George Kiagiadakis1-5/+1
2014-05-03QGst::Event: wrap gst_event_has_name()George Kiagiadakis2-0/+7
2014-05-03QGst::Event: fix harmless but confusing typo in the implementation of typeName()George Kiagiadakis1-1/+1
2014-05-03QGst::QosEvent: rename type() to qosType() to avoid confusionGeorge Kiagiadakis3-3/+4
2014-05-03QGst/event: replace qPrintable by a proper UTF8 conversionGeorge Kiagiadakis1-1/+1