index
:
gstreamer/qt-gstreamer
0.10
master
Qt bindings for GStreamer
bilboed
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
QGst
/
element.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2012-04-08
Fix copy/paste mistake in license headers: s/See the GNU General Public Licen...
George Kiagiadakis
1
-1
/
+1
2011-02-12
Fix Element::unlink().
George Kiagiadakis
1
-1
/
+17
2011-02-06
Add Element::removePad().
George Kiagiadakis
1
-0
/
+5
2011-01-11
Add currentState() and pendingState() convenience methods to Element.
George Kiagiadakis
1
-1
/
+15
2011-01-11
Element::query() should return bool.
George Kiagiadakis
1
-2
/
+2
2010-11-24
Increase the external reference count for events before using gst_element_sen...
Mauricio Piacentini
1
-0
/
+3
2010-11-16
Don't use const here, there is no good reason to do so.
George Kiagiadakis
1
-1
/
+1
2010-11-03
Initial implementation of QGst::Event
Mauricio Piacentini
1
-0
/
+12
2010-10-22
QGstClock reviewed
Mauricio Piacentini
1
-2
/
+2
2010-10-22
QGstClock implementation and tests
Mauricio Piacentini
1
-0
/
+15
2010-10-18
GstQuery implementation and tests
Mauricio Piacentini
1
-0
/
+6
2010-07-04
Remove QGlib::String again. It sucks.
George Kiagiadakis
1
-13
/
+12
2010-07-03
Change RefCountedObject::object() to be a template that automatically casts t...
George Kiagiadakis
1
-11
/
+11
2010-06-29
Add typedefs for GstClockTime and GstClockTimeDiff.
George Kiagiadakis
1
-1
/
+1
2010-06-21
Implement a QSharedDataPointer-like method for ensuring that caps and miniobj...
George Kiagiadakis
1
-11
/
+11
2010-06-14
Introduce a new String class, based on QByteArray, to avoid the overhead
George Kiagiadakis
1
-19
/
+18
2010-04-14
Add a new qstringToGcharPtr() macro that converts a QString to a const gchar ...
George Kiagiadakis
1
-11
/
+7
2010-04-13
Add initial wrappers for GstPad and GstElement. Not all methods are yet there.
George Kiagiadakis
1
-0
/
+119