diff options
| author | Tim-Philipp Müller <tim@centricular.net> | 2007-06-28 13:25:05 +0000 |
|---|---|---|
| committer | Tim-Philipp Müller <tim@centricular.net> | 2007-06-28 13:25:05 +0000 |
| commit | 6c980d5fa09831d5257dc2fb4026dbaac1014d54 (patch) | |
| tree | 30bf6689545b73c72ebe840b549b588f446ee620 /ChangeLog | |
| parent | 627f99396ae011179683493a25a434afa2e36d1c (diff) | |
ext/gdk_pixbuf/gstgdkpixbuf.c: Add state change function where we set 0/1 as default framerate in case our setcaps fu...
Original commit message from CVS:
* ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
(gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
(gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
Add state change function where we set 0/1 as default framerate in
case our setcaps function isn't called, like it might not in a
filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
gdkpixbufdec trying to create caps with a 0/0 framerate.
Also post an error message on the bus if gst_pad_push() fails when
called from our sink event handler (+1 for flow returns for event
functions in 0.11) instead of failing silently.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +2007-06-28 Tim-Philipp Müller <tim at centricular dot net> + + * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps), + (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush), + (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state): + Add state change function where we set 0/1 as default framerate in + case our setcaps function isn't called, like it might not in a + filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by + gdkpixbufdec trying to create caps with a 0/0 framerate. + Also post an error message on the bus if gst_pad_push() fails when + called from our sink event handler (+1 for flow returns for event + functions in 0.11) instead of failing silently. + 2007-06-27 Wim Taymans <wim@fluendo.com> * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps): |
