Hi Michael,

On Thu, Apr 14, 2011 at 10:27:28AM +0200, Michael Olbrich wrote:
> On Wed, Apr 13, 2011 at 08:16:45PM +0200, Robert Schwebel wrote:
> > Signed-off-by: Robert Schwebel <r.schwe...@pengutronix.de>
> > ---
> >  ...-reset-the-have_index-flag-at-transition-.patch |   26 ------------
> >  ...-destroy-open-buffers-when-changing-to-NU.patch |   43 
> > --------------------
> >  patches/gst-plugins-good-0.10.23/series            |    2 -
> >  ...-reset-the-have_index-flag-at-transition-.patch |   26 ++++++++++++
> >  ...-destroy-open-buffers-when-changing-to-NU.patch |   36 ++++++++++++++++
> 
> mgr: please check if this is still needed.

i'm currently not able to test the patch on relevance,
so for now i would keep that unapplied part of the patch:

"[gstv4l2sink] destroy open buffers when changing to NULL"



-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |
>From 5423cc8de5c5ea0772043e03d3501a5560444b00 Mon Sep 17 00:00:00 2001
From: Michael Grzeschik <m.grzesc...@pengutronix.de>
Date: Mon, 18 Apr 2011 11:35:21 +0200
Subject: [PATCH] follow up on bug:622500 in gst-plugins-good bugzilla

The situation is still unclear, so just for now we will
keep that patch to check on this again later.
---
 sys/v4l2/gstv4l2sink.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/sys/v4l2/gstv4l2sink.c b/sys/v4l2/gstv4l2sink.c
index aa6785c..0df7faa 100644
--- a/sys/v4l2/gstv4l2sink.c
+++ b/sys/v4l2/gstv4l2sink.c
@@ -725,6 +725,7 @@ gst_v4l2sink_set_caps (GstBaseSink * bsink, GstCaps * caps)
      *   gst_v4l2_buffer_pool_destroy()
      *
      */
+    gst_v4l2_object_stop_streaming(v4l2sink->v4l2object);
     GST_DEBUG_OBJECT (v4l2sink, "warning, changing caps not supported yet");
     return FALSE;
   }
-- 
1.7.4.1

-- 
ptxdist mailing list
ptxdist@pengutronix.de

Reply via email to