Original commit message from CVS:
Patch by: daniel fischer <dan at f3c dot com>
* sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
(gst_ximage_src_get_caps):
Actually use the display_name property so that we can dump any
available X display. Fixes #445905.
2007-06-11 Wim Taymans <wim@fluendo.com>
+ Patch by: daniel fischer <dan at f3c dot com>
+
+ * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
+ (gst_ximage_src_get_caps):
+ Actually use the display_name property so that we can dump any
+ available X display. Fixes #445905.
+
+2007-06-11 Wim Taymans <wim@fluendo.com>
+
Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
* gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
#ifdef HAVE_XDAMAGE
s->last_ximage = NULL;
#endif
- return gst_ximage_src_open_display (s, NULL);
+ return gst_ximage_src_open_display (s, s->display_name);
}
static gboolean
GstXContext *xcontext;
gint x, y, width, height;
- if ((!s->xcontext) && (!gst_ximage_src_open_display (s, NULL)))
+ if ((!s->xcontext) && (!gst_ximage_src_open_display (s, s->display_name)))
return gst_caps_copy (gst_pad_get_pad_template_caps (GST_BASE_SRC (s)->
srcpad));