summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2007-03-04 15:07:15 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2007-03-04 15:07:15 +0000
commit2229ae3f98d0bca87b3b739f713a0862ec8507e1 (patch)
tree482cf7139f06e627caf334462670266374416c23 /ChangeLog
parent7f83d0233b8dfc1fd5030604cc1a2d918109b0ca (diff)
gst/multipart/multipartdemux.c: Use gst_pad_new_from_static_template instead of static_pad_template_get+pad_new.
Original commit message from CVS: * gst/multipart/multipartdemux.c: (gst_multipart_demux_init), (gst_multipart_find_pad_by_mime): Use gst_pad_new_from_static_template instead of static_pad_template_get+pad_new.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e656667c..eada776a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2007-03-04 Jan Schmidt <thaytan@mad.scientist.com>
+ * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
+ (gst_multipart_find_pad_by_mime):
+ Use gst_pad_new_from_static_template instead of
+ static_pad_template_get+pad_new.
+
+2007-03-04 Jan Schmidt <thaytan@mad.scientist.com>
+
* sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
Catch the case where no clock has been set.