summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2007-12-13 10:16:48 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2007-12-13 10:16:48 +0000
commit4878ce90a229d2b337cb2cb8750fed3c95f82104 (patch)
treec6ad6e0c550cbf4c890875231b54493977779a14 /ChangeLog
parent1aea3ef36381297e6866a1a28b73e05804d5168e (diff)
downloadgst-plugins-bad-4878ce90a229d2b337cb2cb8750fed3c95f82104.tar.gz
gst-plugins-bad-4878ce90a229d2b337cb2cb8750fed3c95f82104.tar.bz2
gst-plugins-bad-4878ce90a229d2b337cb2cb8750fed3c95f82104.zip
gst/videoparse/gstvideoparse.c: Add YV12 to the pad templates as it is supported too and allow
Original commit message from CVS: * gst/videoparse/gstvideoparse.c: (gst_video_parse_sink_event): Add YV12 to the pad templates as it is supported too and allow -1 as stop position for NEWSEGMENT events.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 96d30490..958d568f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2007-12-13 Sebastian Dröge <slomo@circular-chaos.org>
+ * gst/videoparse/gstvideoparse.c: (gst_video_parse_sink_event):
+ Add YV12 to the pad templates as it is supported too and allow
+ -1 as stop position for NEWSEGMENT events.
+
+2007-12-13 Sebastian Dröge <slomo@circular-chaos.org>
+
* gst/videoparse/Makefile.am:
Add $(GST_PLUGINS_BASE_CFLAGS) to CFLAGS to fix the build.