summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-09-07QGst/caps: compilation fix from https://bugs.kde.org/show_bug.cgi?id=406676#c2HEADmasterGeorge Kiagiadakis1-1/+2
2018-05-04Device & DeviceMonitor supportPavel Bludov12-403/+756
2018-05-04Use GSTREAMER_INCLUDE_DIRS instead of GSTREAMER_INCLUDE_DIRDaniele E. Domenichelli1-1/+1
2018-01-23QGst::Pad: strong ref() the event in sendEvent()Jeremie Knuesel1-0/+3
2018-01-23Fix QGst/Memory bug on case-insensitive fsilovezfs3-3/+2
2017-03-17Set default empty structure on Application and Element MesssagePtrDiane Trout1-2/+2
2016-11-01gst_message_new_application fails when passed a NULL structureDiane Trout1-2/+2
2015-11-04Merge branch 'master' into unit-test-fixes2Diane Trout1-0/+2
2015-06-10Workaround build failures with boost>=1.57 and mocHeiko Becker1-0/+2
2015-04-07ElementMessage also needs a valid structureDiane Trout1-1/+1
2015-04-07Create an empty structure to pass to gst_message_new_application if we don't ...Diane Trout1-1/+1
2014-07-08Replace all <gst/gstfoo.h> headers with <gst/gst.h>George Kiagiadakis20-43/+20
2014-06-24Update documentation & READMEGeorge Kiagiadakis1-24/+41
2014-06-24build system: install .pc file and cmake variables for the Qt5GStreamerQuick ...George Kiagiadakis2-3/+17
2014-06-23QGst::ElementFactory: change metadata() to take a const char * keyGeorge Kiagiadakis2-2/+2
2014-06-23QGst::Buffer: replace peekMemory() with getMemory() and also add memoryCount()George Kiagiadakis2-3/+10
2014-06-23QGst: make the various internalStructure() methods return a StructureConstPtrGeorge Kiagiadakis7-6/+7
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 Kiagiadakis4-33/+47
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 Trout7-4/+229
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 Kiagiadakis10-112/+251
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-03QGst::Caps: drop custom ref/unref/isWritable/makeWritable, since they are now...George Kiagiadakis2-44/+6
2014-05-03s/0.10/1.0/g in places where it was forgotten (qml modules, docs and qmake pr...George Kiagiadakis5-17/+17
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 Kiagiadakis5-13/+55
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 Kiagiadakis2-20/+5
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 Kiagiadakis2-2/+2
2014-05-03QGst/event: replace qPrintable by a proper UTF8 conversionGeorge Kiagiadakis1-1/+1
2014-05-03QGst::FlushStopEvent: add method to get the reset_timeGeorge Kiagiadakis2-0/+9
2014-05-03QGst::CapsEvent: add a method to get the capsGeorge Kiagiadakis2-1/+10
2014-05-03QGst/enums: remove shift constantsGeorge Kiagiadakis1-46/+44
2014-05-03QGst/enums: remove unneeded codegen overrides and eliminate usage of C++11-st...George Kiagiadakis4-25/+23
2014-05-03QGst/{enums,event}: rename NewSegmentEvent to SegmentEvent, as it was renamed...George Kiagiadakis5-30/+30
2014-05-03QGst/memory: fix coding style issues and other minor problemsGeorge Kiagiadakis2-15/+17