summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2006-10-06 16:03:23 +0000
committerWim Taymans <wim.taymans@gmail.com>2006-10-06 16:03:23 +0000
commit09328ad0104734def11242b6c9d750845e92c5de (patch)
tree7734c3d895d129106c6bfce0ce760f4c568b4b83 /ChangeLog
parentedc2785eeb8304b58cd4122d9a228d093f6c1c79 (diff)
gst/multipart/multipartdemux.c: Activate pads before adding.
Original commit message from CVS: * gst/multipart/multipartdemux.c: (gst_multipart_demux_init), (gst_multipart_find_pad_by_mime): Activate pads before adding. * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init): BOILERPLATE sets parent_class for us.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5e3acf01..f7de3cbb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2006-10-06 Wim Taymans <wim@fluendo.com>
+ * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
+ (gst_multipart_find_pad_by_mime):
+ Activate pads before adding.
+
+ * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
+ BOILERPLATE sets parent_class for us.
+
+2006-10-06 Wim Taymans <wim@fluendo.com>
+
* gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
(gst_rtspsrc_class_init), (gst_rtspsrc_init),
(gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),