~ubuntu-branches/ubuntu/precise/gst-plugins-bad0.10/precise-proposed

« back to all changes in this revision

Viewing changes to ext/sdl/sdlvideosink.c

Tags: upstream-0.10.5.3
Import upstream version 0.10.5.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
778
778
          v = y + I420_V_OFFSET (sdlvideosink->width, sdlvideosink->height);
779
779
          break;
780
780
        default:
781
 
          g_assert_not_reached ();
 
781
          gst_sdlvideosink_unlock (sdlvideosink);
 
782
          g_mutex_unlock (sdlvideosink->lock);
 
783
          g_return_val_if_reached (GST_FLOW_ERROR);
782
784
      }
783
785
 
784
786
      /* Y Plane */