summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2008-01-08 20:03:30 +0000
committerTim-Philipp Müller <tim@centricular.net>2008-01-08 20:03:30 +0000
commita895112c29c36e8847dc4a5edade43824e36a191 (patch)
tree5beb7ab97c33ce54b3c3ae9cb65dac834b22d821 /ChangeLog
parent0a3ae38bf0c99f3bed14f3579ba41049afd8ce70 (diff)
gst/matroska/matroska-mux.c: Also fix up pad templates to indicate that image/jpeg doesn't absolutely require the fra...
Original commit message from CVS: * gst/matroska/matroska-mux.c: (COMMON_VIDEO_CAPS_NO_FRAMERATE), (videosink_templ): Also fix up pad templates to indicate that image/jpeg doesn't absolutely require the framerate property to be set (#504081).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 60e90b44..dc353964 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2008-01-08 Tim-Philipp Müller <tim at centricular dot net>
+ * gst/matroska/matroska-mux.c: (COMMON_VIDEO_CAPS_NO_FRAMERATE),
+ (videosink_templ):
+ Also fix up pad templates to indicate that image/jpeg doesn't
+ absolutely require the framerate property to be set (#504081).
+
+2008-01-08 Tim-Philipp Müller <tim at centricular dot net>
+
Based on patch by: Wouter Cloetens <wouter at mind be>
* gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps),