diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2008-12-29 16:45:20 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2008-12-29 16:45:20 +0000 |
commit | f1814feb719a2835d39a256f166623fa4d719298 (patch) | |
tree | 620d041b5a0ceade1b46cfac2ec5eb2af46ef9c8 /ChangeLog | |
parent | 21b795ef9e386b2b56f8fab9e04d4beddc85dcde (diff) | |
download | gst-plugins-bad-f1814feb719a2835d39a256f166623fa4d719298.tar.gz gst-plugins-bad-f1814feb719a2835d39a256f166623fa4d719298.tar.bz2 gst-plugins-bad-f1814feb719a2835d39a256f166623fa4d719298.zip |
gst-libs/gst/app/gstappsrc.*: Add properties and methods to configure and retrieve the min and max latencies.
Original commit message from CVS:
* gst-libs/gst/app/gstappsrc.c: (gst_app_src_class_init),
(gst_app_src_init), (gst_app_src_set_property),
(gst_app_src_get_property), (gst_app_src_query),
(gst_app_src_set_latencies), (gst_app_src_set_latency),
(gst_app_src_get_latency), (gst_app_src_push_buffer_full):
* gst-libs/gst/app/gstappsrc.h:
Add properties and methods to configure and retrieve the min and max
latencies.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,5 +1,16 @@ 2008-12-29 Wim Taymans <wim.taymans@collabora.co.uk> + * gst-libs/gst/app/gstappsrc.c: (gst_app_src_class_init), + (gst_app_src_init), (gst_app_src_set_property), + (gst_app_src_get_property), (gst_app_src_query), + (gst_app_src_set_latencies), (gst_app_src_set_latency), + (gst_app_src_get_latency), (gst_app_src_push_buffer_full): + * gst-libs/gst/app/gstappsrc.h: + Add properties and methods to configure and retrieve the min and max + latencies. + +2008-12-29 Wim Taymans <wim.taymans@collabora.co.uk> + Patch by: Sebastian Pölsterl <sebp at k-d-w dot org> * gst/mpegdemux/mpegtspacketizer.c: (mpegts_packetizer_parse_eit): |