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 | 9baed9eeac7dafc2353c64219637ece45ac79851 (patch) | |
tree | 80ee3cf0ca83728326f00725a5af3224252e5890 | |
parent | def730a7a06bf527cda1eed60b53c83f0029b143 (diff) | |
download | gst-plugins-bad-9baed9eeac7dafc2353c64219637ece45ac79851.tar.gz gst-plugins-bad-9baed9eeac7dafc2353c64219637ece45ac79851.tar.bz2 gst-plugins-bad-9baed9eeac7dafc2353c64219637ece45ac79851.zip |
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.
-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: |