<html>
<head>
<style>
P
{
margin:0px;
padding:0px
}
body
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body>
Ok, I have a bit of an odd thing going on here.<br><br>I have a demuxer element that operates perfectly fine with gst-launch if I specify the pipeline myself.&nbsp; Well, I need to get it working with decodebin, so I added the proper typefind functions and after a modest amount of thrashing around, have decodebin loading up my element for the media type I want.<br><br>Now, the odd part: while things play properly if I specify the pipeline, when I use decodebin suddenly I experience audio dropouts and freezes!&nbsp; I turned GST_DEBUG=5 on and I've yet to find anything in the megabytes of debug spew that indicates an error or warning of any kind.<br><br>I've been using qtdemux to benchmark the behavior of my demuxer against, I have debug spew from it that I'm comparing mine to and the behaviors are (so far as I can see at this stage) identical.<br><br>Are there any "gotchas" that I need to be aware of when using my demuxer element with decodebin?&nbsp; This is getting a tad frustrating and my eyes are about to fall out from comparing 15K lines of debug output.<br><br>All assistance (including pointers to the proper sections of documentation, I think I've read everything there is) appreciated.<br><br>..ed..<br><br></body>
</html>