After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 310054 - [PATCH] fix flag handling for GST_FFMPEG_URL_STREAMHEADER
[PATCH] fix flag handling for GST_FFMPEG_URL_STREAMHEADER
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-libav
git master
Other Linux
: Normal major
: 0.8.6
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-07-11 19:39 UTC by daniel fischer
Modified: 2005-07-16 14:39 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
strips GST_FFMPEG_URL_STREAMHEADER flag off the context (632 bytes, patch)
2005-07-11 19:40 UTC, daniel fischer
none Details | Review

Description daniel fischer 2005-07-11 19:39:30 UTC
my patch from #309051 left the flag handling in gstffmpegprotocol in a messy
state, this one fixes it by stripping the GST_FFMPEG_URL_STREAMHEADER flag off
the context's flags in _open().
Comment 1 daniel fischer 2005-07-11 19:40:17 UTC
Created attachment 48979 [details] [review]
strips GST_FFMPEG_URL_STREAMHEADER flag off the context
Comment 2 Ronald Bultje 2005-07-16 14:39:37 UTC
Thanks, applied.