]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/gstreamer0-10.git/commitdiff
add an INFO line for when we actually update the fd
authorThomas Vander Stichele <thomas@apestaart.org>
Thu, 14 Sep 2006 20:12:04 +0000 (20:12 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Thu, 14 Sep 2006 20:12:04 +0000 (20:12 +0000)
Original commit message from CVS:
add an INFO line for when we actually update the fd

ChangeLog
plugins/elements/gstfdsrc.c

index 750331a6bcea34314482c2a4b205a82e1f418531..eaf79db98eea0ec74ddb72f61677e38fd21bb9bc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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:
index e7eb0fe9c7ec24d84d4792bbfb7247d858a2258b..6e9cdfbcd05c9072b1c3d8bce060bb0cfd2ceb60 100644 (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);