<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
<META NAME="GENERATOR" CONTENT="GtkHTML/4.6.6">
</HEAD>
<BODY>
Le lundi 05 mai 2014 à 18:17 -0400, David Griffin a écrit :
<BLOCKQUOTE TYPE=CITE>
I'm very new to using GStreamer. I modified the hello world in documentation to work with .flac files instead, but it their is an error with the pipeline. I've been trying to figure out my problem for a few days. Can anybody help locate my faulty logic?
</BLOCKQUOTE>
<BR>
Ideally, before we jump into your code, you should learn a bit about tracing and debugging in GStreamer.<BR>
<BR>
<A HREF="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/gst-running.html">http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/gst-running.html</A><BR>
<BR>
If you want a quick overview of what it can be used for, try<BR>
<BR>
<TT>GST_DEBUG=3 ./test recit24bit.flac </TT><BR>
<BR>
cheers,<BR>
Nicolas
<BR>
</BODY>
</HTML>