dvbsuboverlay: fixup end-of-display-set forcing

Conflicts:

	gst/dvbsuboverlay/gstdvbsuboverlay.c
This commit is contained in:
Mark Nauwelaerts 2012-07-11 13:49:14 +02:00
parent 5be47b949d
commit 39d2a9fb44

View file

@ -733,8 +733,8 @@ gst_dvbsub_overlay_process_text (GstDVBSubOverlay * overlay, GstBuffer * buffer,
map.size); map.size);
g_mutex_lock (&overlay->dvbsub_mutex); g_mutex_lock (&overlay->dvbsub_mutex);
dvb_sub_feed_with_pts (overlay->dvb_sub, pts, map.data, map.size);
overlay->pending_sub = TRUE; overlay->pending_sub = TRUE;
dvb_sub_feed_with_pts (overlay->dvb_sub, pts, map.data, map.size);
g_mutex_unlock (&overlay->dvbsub_mutex); g_mutex_unlock (&overlay->dvbsub_mutex);
gst_buffer_unmap (buffer, &map); gst_buffer_unmap (buffer, &map);