Wim Taymans
121b82ce27
buffer: fix subbuffers
2011-03-28 20:08:47 +02:00
Wim Taymans
9ff103b3a5
buffer: implemet trim and set_size
2011-03-28 20:08:47 +02:00
Wim Taymans
826a7d83d4
buffer: more fixes
2011-03-28 20:08:47 +02:00
Wim Taymans
a12373b2ee
buffer: add more methods
2011-03-28 20:08:47 +02:00
Wim Taymans
100a3799bb
gst: add class init
2011-03-28 20:08:46 +02:00
Wim Taymans
beac9c4a95
buffer: fix remaining unit tests
2011-03-28 20:08:46 +02:00
Wim Taymans
f35847a094
buffer: fix unit test
2011-03-28 20:08:46 +02:00
Wim Taymans
121ab46aa6
memory: remove memory metadata again
2011-03-28 20:08:46 +02:00
Wim Taymans
6f2af5aa87
memory: more fixes
...
Automatically make the memory of a buffer writable when the buffer is writable
and the memory is asked to mapped WRITE.
Add docs
2011-03-28 20:08:46 +02:00
Wim Taymans
38ffe30745
memory: more work on implementing buffer memory
2011-03-28 20:08:46 +02:00
Wim Taymans
1af328e785
memory: more work on porting the unit tests
2011-03-28 20:08:46 +02:00
Wim Taymans
4a9a59df08
tests: make some tests compile
2011-03-28 20:08:46 +02:00
Wim Taymans
d82c8bd2af
memory: port code to new buffer data API
2011-03-28 20:08:45 +02:00
Wim Taymans
1eed0785af
memory: more fixes
...
Fix span and is_span
Implement buffer memory
2011-03-28 20:08:45 +02:00
Wim Taymans
6015312cf1
WIP use memory in buffer
2011-03-28 20:08:45 +02:00
Wim Taymans
dd74a925c9
memory: more improvements
2011-03-28 20:08:45 +02:00
Wim Taymans
b35c0df940
memory: more memory improvements
2011-03-28 20:08:45 +02:00
Wim Taymans
1a7e600f39
memory: add more memory operations
2011-03-28 20:08:45 +02:00
Wim Taymans
063abd4cf1
memory: add memory implementation
2011-03-28 20:08:45 +02:00
Wim Taymans
4fef929ed0
memory: add API for handling memory blocks
...
Adds some API to handle memory blocks.
2011-03-28 20:08:45 +02:00
Wim Taymans
c5983ac47c
meta: fix docs
2011-03-28 20:06:35 +02:00
Sebastian Dröge
e86973bc10
utils: Remove deprecated gst_element_factory_can_{sink,src}_caps()
2011-03-17 10:54:27 +01:00
Sebastian Dröge
4e16347bfa
Merge branch 'master' into 0.11
...
Conflicts:
gst/gstbufferlist.c
2011-03-17 10:50:43 +01:00
Sebastian Dröge
b8d83f4e01
pad: Document that pad blocks only make sense for sink pads in pull mode and src pads in push mode
...
See bug #644907 .
2011-03-16 12:01:21 +01:00
Sebastian Dröge
256e7238b4
ghostpad: The internally linked pad of the proxypad is the ghostpad
...
Previously we were returning the peerpad, which is the target
of the ghostpad.
2011-03-16 11:53:53 +01:00
Jonas Holmberg
c4c06a2b88
bufferlist: Use a GQueue instead of a GList
...
Adding a buffer to the end of a GstBufferList is supposed to be a fast
operation, but it was not since the iterator does not advance its
nextpointer when adding buffers and GList does not have a tail pointer.
Using a GQueue to store the buffers makes it easier to add buffers to
the end of the list and this operation will now be much more efficient.
Adding an entire GList of buffers using
gst_buffer_list_iterator_add_list() will however have to iterate over
the list being added to be able to update the tail pointer in the
GQueue.
2011-03-11 14:31:14 +01:00
Tim-Philipp Müller
90b4dc4869
utils: fix ABI break when compiling gstreamer with -DGST_DISABLE_DEPRECATED
...
GST_DISABLE_DEPRECATED should only affect visibility of declarations in headers,
not actually remove symbols. See GitDeveloperGuidelines and DeprecatingAPI
pages in wiki.
https://bugzilla.gnome.org/show_bug.cgi?id=402141
2011-03-10 17:50:51 +00:00
Edward Hervey
430e83ca2a
win32: Update .def file for API addition
2011-03-10 16:46:04 +01:00
Wim Taymans
f0e3902a37
Merge branch 'master' into 0.11
2011-03-10 10:25:07 +01:00
Stefan Kost
1d637d2a61
pwg: fix element name "videodrop" to "videorate"
2011-03-09 16:16:07 +02:00
Stefan Kost
7f49a9189a
test: add tests for new element_factory api.
2011-03-09 15:28:06 +02:00
Thijs Vermeir
dbc21e0174
gstutils: replace gst_element_factory_can_{sink,src}_caps
...
Add new functions to clarify how the caps are compared to the template caps of
the element factory. Improve the docs to point out the difference.
Deprecate: gst_element_factory_can_{src|sink}_caps
API: add gst_element_factory_can_{src|sink}_{any|all}_capps
https://bugzilla.gnome.org/show_bug.cgi?id=402141
2011-03-09 15:28:05 +02:00
Stefan Kost
e66ae6681a
tests: add a unit test for gst_caps_new_simple
...
Add a test for the crash in bug #642271 .
2011-03-08 23:01:15 +02:00
Wim Taymans
e9d7571022
docs: rename draft to official doc
2011-03-08 18:05:42 +00:00
Wim Taymans
fa0d993372
meta: implement transform function
...
Replace subbuffer and copy vmethods by a more generic transform function that
can then be parametrised by transform specific data. This should allow us to
implement make-writable and more future transform functions.
2011-03-08 17:11:23 +00:00
Wim Taymans
fd0fd97200
Merge branch 'master' into 0.11
2011-03-08 17:06:30 +00:00
Stefan Kost
7c98ae2b98
tests: add test to create a factory
2011-03-08 12:29:28 +02:00
Stefan Kost
b6e2c69134
tests: start a new test suite for element factories
...
Move one test from gstelement suite.
2011-03-08 12:29:28 +02:00
Stefan Kost
8aa3f380a5
padtemplate: add missing ; in example (and trim whitespace)
2011-03-08 12:12:20 +02:00
Stefan Kost
d963503b26
structure: gst_structure_empty_new() does better error checking
...
No need to check for media_type!=NULL as the function we call that actual create
the structure does a full check anyway.
2011-03-08 10:07:17 +02:00
Stefan Kost
4d9e645551
caps,structure: trim trailing whitespace
2011-03-08 10:07:03 +02:00
Jonathan Matthew
2bbfa3304c
caps: don't create broken caps for invalid media types
...
Check if structure has been created before appending it to the caps. Free the
caps in the case of an error to not conceal it be returning empty caps.
Fixes #642271
2011-03-08 10:06:12 +02:00
Stefan Kost
eb05020f58
examples: update hello world example
...
Our helloworld example thatw e reference from the manual has been a bit
complicated to serve a first contact with gstreamer. Since we have and
promote playbin2 as a playback api use it here.
Based on work from Mathias Hasselmann <mathias.hasselmann@gmx.de>
Fixes #424143
2011-03-08 09:41:31 +02:00
Wim Taymans
aab8b00f17
docs: update metadata draft
2011-03-04 19:02:33 +01:00
Wim Taymans
dea2351539
miniobject: remove FIXME
...
Now that we don't subclass buffers anymore, the FIXME about limited
functionality of the copy function is irrelevant.
2011-03-04 18:11:19 +01:00
Wim Taymans
3b916bf57c
gst: add flag registration
2011-03-04 17:43:24 +01:00
Wim Taymans
f505f778cc
pad: more preroll lock to basesink
...
Move the preroll lock to basesink where it belongs.
2011-03-04 17:25:02 +01:00
Wim Taymans
2dca02869b
docs: update bufferpool draft
2011-03-04 16:05:44 +01:00
Wim Taymans
b11ede5984
bufferpool: add more debug info
2011-03-04 12:06:11 +01:00
Wim Taymans
52a3fa9346
bufferpool: add debug
2011-03-04 10:17:06 +01:00