summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* WIP: allow other objects with gstElement propertywipMichael Olbrich2013-11-181-9/+25
* WIP: Connecting padsMichael Olbrich2013-11-182-0/+41
* Implement signalsMichael Olbrich2013-11-185-4/+234
* Derive qml names from the element factory nameMichael Olbrich2013-11-181-3/+4
* Add install targetsMichael Olbrich2013-11-181-0/+6
* Refresh the state for GstBins after the initial linkingMichael Olbrich2013-11-181-0/+8
* Don't try to link sources and sinks at the wrong endMichael Olbrich2013-11-181-3/+6
* Make all types that are not derived from GstElement abstractMichael Olbrich2013-11-171-2/+2
* Register the pointer type for GstObject typesMichael Olbrich2013-11-171-6/+12
* Register GstCaps and GstStructure as QStringMichael Olbrich2013-11-172-0/+14
* Add helper to wrap existing GstObjectsMichael Olbrich2013-11-172-0/+10
* Remove the qdata when the item is deletedMichael Olbrich2013-11-171-0/+3
* Use gst_registry_feature_filter() to find all element typesMichael Olbrich2013-11-171-3/+7
* Add legal stuff.Mathias Hasselmann2013-11-1314-2/+738
* Support enumeration typesMathias Hasselmann2013-11-1310-106/+438
* Properly call makeitempadsMathias Hasselmann2013-11-121-2/+2
* Sanitize property construction a bitMathias Hasselmann2013-11-071-35/+27
* Implement ElementList::childAt()Mathias Hasselmann2013-11-062-6/+29
* Properly lock bins when iterating their childrenMathias Hasselmann2013-11-061-26/+56
* Use proper children list typeMathias Hasselmann2013-11-062-31/+38
* Register GstState as GstElement::StateMathias Hasselmann2013-11-062-5/+15
* Use more common rule to copy qmldir fileMathias Hasselmann2013-11-061-5/+6
* Implement basic piano exampleMathias Hasselmann2013-11-0617-43/+473
* Rename metapads into itempadsMathias Hasselmann2013-11-036-12/+17
* Rename Object class to ItemMathias Hasselmann2013-11-037-61/+61
* Add basic metaobject testMathias Hasselmann2013-11-036-14/+89
* Add QQmlParserStatus interfaceMathias Hasselmann2013-11-032-1/+21
* Remove debug statementMathias Hasselmann2013-11-031-3/+1
* Rearrange file and make QML registration workMathias Hasselmann2013-11-0121-231/+282
* More workMathias Hasselmann2013-10-2912-189/+560
* Emit signals upon property changeMathias Hasselmann2013-10-192-6/+28
* Initial versionMathias Hasselmann2013-10-1913-0/+749