mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-22 07:08:23 +00:00
add an INFO line for when we actually update the fd
Original commit message from CVS: add an INFO line for when we actually update the fd
This commit is contained in:
parent
ce37c09168
commit
4754b38d74
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2006-09-14 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* plugins/elements/gstfdsrc.c: (gst_fd_src_update_fd):
|
||||
add an INFO line for when we actually update the fd
|
||||
|
||||
2006-09-14 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* configure.ac:
|
||||
|
|
|
@ -193,6 +193,7 @@ gst_fd_src_update_fd (GstFdSrc * src)
|
|||
struct stat stat_results;
|
||||
|
||||
src->fd = src->new_fd;
|
||||
GST_INFO_OBJECT (src, "Updating to fd %d", src->fd);
|
||||
g_free (src->uri);
|
||||
src->uri = g_strdup_printf ("fd://%d", src->fd);
|
||||
|
||||
|
|
Loading…
Reference in a new issue