diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2004-05-05 09:13:42 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2004-05-05 09:13:42 +0000 |
commit | 9a04866a8f1f2b398520a7eee134e97f3f93c670 (patch) | |
tree | 974d8aa682a9d2131a6f099bec6a6697032b5b91 /ChangeLog | |
parent | 88dd3f3a801cc3df938c1c7ad6026577ba217c6f (diff) |
ext/mpeg2dec/gstmpeg2dec.*: removed the static pad template so that we can add the more accurate framerate value to t...
Original commit message from CVS:
* ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
(gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
(gst_mpeg2dec_negotiate_format):
* ext/mpeg2dec/gstmpeg2dec.h:
removed the static pad template so that we can add the
more accurate framerate value to the caps.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2004-05-05 Wim Taymans <wim@fluendo.com> + + * ext/mpeg2dec/gstmpeg2dec.c: (src_templ), + (gst_mpeg2dec_base_init), (gst_mpeg2dec_init), + (gst_mpeg2dec_negotiate_format): + * ext/mpeg2dec/gstmpeg2dec.h: + removed the static pad template so that we can add the + more accurate framerate value to the caps. + + 2004-05-04 Benjamin Otte <otte@gnome.org> * configure.ac: |