diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2012-07-26 15:51:10 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2012-07-26 15:51:10 +0100 |
commit | 3231ea620437a532f9fde210b883d1d1933deeca (patch) | |
tree | d7a3711480a8a674f7641c1fc5edd1efce7d9ceb /docs/random | |
parent | 280ac5c5efffdf26401f02411f02037ea2e519e8 (diff) |
taglist: gst_tag_list_get_buffer*() => gst_tag_list_get_sample*()
Image tags and other tags are now of GstSample type.
Diffstat (limited to 'docs/random')
-rw-r--r-- | docs/random/porting-to-0.11.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/random/porting-to-0.11.txt b/docs/random/porting-to-0.11.txt index 8c5ac4da3..d4b956570 100644 --- a/docs/random/porting-to-0.11.txt +++ b/docs/random/porting-to-0.11.txt @@ -494,6 +494,12 @@ The 0.11 porting guide gst_tag_list_new_full*() have been renamed to gst_tag_list_new*(). gst_tag_list_free() has been replaced by gst_tag_list_unref(). + GST_TAG_IMAGE, GST_TAG_PREVIEW_IMAGE, GST_TAG_ATTACHMENT: many tags that + used to be of type GstBuffer are not of type GstSample (which is basically + a struct containing a buffer alongside caps and some other info). + + gst_tag_list_get_buffer() => gst_tag_list_get_sample() + * GstController: has now been merged into GstObject. It does not exists as a individual object anymore. In addition core contains a GstControlSource base class and |