diff options
author | Christian Schaller <uraeus@gnome.org> | 2003-04-23 19:42:12 +0000 |
---|---|---|
committer | Christian Schaller <uraeus@gnome.org> | 2003-04-23 19:42:12 +0000 |
commit | e45fb6b8c03bf17a4b3ced7c916e77a2da04005f (patch) | |
tree | b09a5e91129f98bf951e369518475bf26f76233d /gst-libs/gst | |
parent | 08889d7a8ffaac8e6195783d70e496ede7dea11d (diff) | |
download | gst-plugins-bad-e45fb6b8c03bf17a4b3ced7c916e77a2da04005f.tar.gz gst-plugins-bad-e45fb6b8c03bf17a4b3ced7c916e77a2da04005f.tar.bz2 gst-plugins-bad-e45fb6b8c03bf17a4b3ced7c916e77a2da04005f.zip |
Removing avifile and http plugins, also fixing some disting issues
Original commit message from CVS:
Removing avifile and http plugins, also fixing some disting issues
Diffstat (limited to 'gst-libs/gst')
-rw-r--r-- | gst-libs/gst/play/play.old.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gst-libs/gst/play/play.old.c b/gst-libs/gst/play/play.old.c index 3be09982..f0883c7a 100644 --- a/gst-libs/gst/play/play.old.c +++ b/gst-libs/gst/play/play.old.c @@ -224,6 +224,7 @@ gst_play_get_length_callback (GstPlay *play) g_mutex_lock(play->audio_bin_mutex); query_worked = gst_element_query (play->audio_sink_element, GST_QUERY_TOTAL, &format, &value); g_mutex_unlock(play->audio_bin_mutex); + g_message ("getting length from audio sink"); } else if ( (play->video_sink_element != NULL) && (GST_IS_ELEMENT (play->video_sink_element)) ) { |