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:
Thomas Vander Stichele 2006-09-14 20:12:04 +00:00
parent ce37c09168
commit 4754b38d74
2 changed files with 6 additions and 0 deletions

View file

@ -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:

View file

@ -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);