diff options
| author | Edward Hervey <bilboed@bilboed.com> | 2007-07-10 10:16:38 +0000 |
|---|---|---|
| committer | Edward Hervey <bilboed@bilboed.com> | 2007-07-10 10:16:38 +0000 |
| commit | 4844ca4e25e1580102bb8b41d87d3dc369eeb2bd (patch) | |
| tree | b26b8545915f2a983daeb17f897735deb9a436ae /ChangeLog | |
| parent | 6feb5eb84086f2369e0ad6112c32dc553408002c (diff) | |
gst/id3demux/gstid3demux.c: Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We don't have enough gra...
Original commit message from CVS:
* gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
don't have enough granularity to convert that boolean into a
GstFlowReturn.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2007-07-10 Edward Hervey <bilboed@gmail.com> + + * gst/id3demux/gstid3demux.c: (gst_id3demux_chain): + Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We + don't have enough granularity to convert that boolean into a + GstFlowReturn. + 2007-07-06 Michael Smith <msmith@fluendo.com> * gst/law/alaw-decode.c: (alawdec_sink_setcaps), |
