aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWim Taymans2008-05-13 11:16:35 -0500
committerWim Taymans2008-05-13 11:16:35 -0500
commit03271f091aca8885e1e5e4c6c550f8f8e9db63ec (patch)
tree080c96e3f2d4944bd75cdaf86c580d374cc4cf89 /ChangeLog
parentbb04b24eb2abec3afa493e58a87ab78c68026578 (diff)
downloadgst-plugins-bad0-10-03271f091aca8885e1e5e4c6c550f8f8e9db63ec.tar.gz
gst-plugins-bad0-10-03271f091aca8885e1e5e4c6c550f8f8e9db63ec.tar.xz
gst-plugins-bad0-10-03271f091aca8885e1e5e4c6c550f8f8e9db63ec.zip
gst/real/gstrealvideodec.c: Add some debug for where we are searching for libraries.
Original commit message from CVS: * gst/real/gstrealvideodec.c: (open_library): Add some debug for where we are searching for libraries.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1a5fe62a6..b69e351b6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
12008-05-13 Wim Taymans <wim.taymans@collabora.co.uk> 12008-05-13 Wim Taymans <wim.taymans@collabora.co.uk>
2 2
3 * gst/real/gstrealvideodec.c: (open_library):
4 Add some debug for where we are searching for libraries.
5
62008-05-13 Wim Taymans <wim.taymans@collabora.co.uk>
7
3 * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_class_init): 8 * gst/rtpmanager/gstrtpbin.c: (gst_rtp_bin_class_init):
4 Actually add the do-lost property to the object. 9 Actually add the do-lost property to the object.
5 10